Home
last modified time | relevance | path

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

/external/clang/test/Index/skip-parsed-bodies/
Dcompile_commands.json46 // CHECK-NEXT: [ppIncludedFile]: ./pragma_once.h
50 …K-NEXT: [indexEntityReference]: kind: variable | name: some_val | {{.*}} | loc: ./pragma_once.h:8:7
66 // CHECK-NEXT: [ppIncludedFile]: ./pragma_once.h
68 // CHECK-NEXT: [indexDeclaration]: kind: variable | {{.*}} | loc: ./pragma_once.h:3:12
/external/llvm-project/clang/test/Index/skip-parsed-bodies/
Dcompile_commands.json46 // CHECK-NEXT: [ppIncludedFile]: ./pragma_once.h
50 …K-NEXT: [indexEntityReference]: kind: variable | name: some_val | {{.*}} | loc: ./pragma_once.h:8:7
66 // CHECK-NEXT: [ppIncludedFile]: ./pragma_once.h
68 // CHECK-NEXT: [indexDeclaration]: kind: variable | {{.*}} | loc: ./pragma_once.h:3:12
/external/pigweed/pw_presubmit/
Ddocs.rst176 # Use the upstream pragma_once check, but apply a different set of path
179 def pragma_once(ctx: PresubmitContext):
180 pw_presubmit.pragma_once(ctx)
191 pragma_once,
/external/pigweed/pw_presubmit/py/pw_presubmit/
Dpigweed_presubmit.py640 pw_presubmit.pragma_once,
Dpresubmit.py590 def pragma_once(ctx: PresubmitContext) -> None: function