Home
last modified time | relevance | path

Searched refs:is_hash_include (Results 1 – 1 of 1) sorted by relevance

/libCEED/interface/
H A Dceed-jit-tools.c198 bool is_hash_include = !strcmp(keyword, "include"); in CeedLoadSourceToInitializedBuffer() local
203 is_hash_include &= first_hash[i] == ' '; in CeedLoadSourceToInitializedBuffer()
206 if (is_hash_include) { in CeedLoadSourceToInitializedBuffer()
218 bool is_local_header = is_hash_include && next_quote && (next_new_line - next_quote > 0); in CeedLoadSourceToInitializedBuffer()