Searched defs:HEADER (Results 1 - 25 of 220) sorted by relevance

123456789

/external/clang/test/Index/
H A Dcomment-custom-block-command.cpp23 #ifndef HEADER
24 #define HEADER macro
/external/clang/test/OpenMP/
H A Ddeclare_simd_ast_print.c6 #ifndef HEADER
7 #define HEADER macro
H A Dcancel_ast_print.cpp6 #ifndef HEADER
7 #define HEADER macro
H A Dcancellation_point_ast_print.cpp6 #ifndef HEADER
7 #define HEADER macro
H A Dcancellation_point_codegen.cpp6 #ifndef HEADER
7 #define HEADER macro
H A Ddeclare_reduction_ast_print.c6 #ifndef HEADER
7 #define HEADER macro
H A Ddeclare_reduction_codegen.c6 #ifndef HEADER
7 #define HEADER macro
H A Dtarget_codegen_registration_naming.cpp20 #ifndef HEADER
21 #define HEADER macro
/external/clang/test/PCH/
H A Dcase-insensitive-include.c19 #ifndef HEADER
20 #define HEADER macro
H A Dpragma-comment.c11 // The first run line creates a pch, and since at that point HEADER is not
13 // then includes that pch, so HEADER is defined and the actual code is compiled.
17 #ifndef HEADER
18 #define HEADER macro
H A Dpragma-detect_mismatch.c11 // The first run line creates a pch, and since at that point HEADER is not
13 // then includes that pch, so HEADER is defined and the actual code is compiled.
17 #ifndef HEADER
18 #define HEADER macro
H A Dpragma-pointers_to_members.cpp8 // The first run line creates a pch, and since at that point HEADER is not
10 // then includes that pch, so HEADER is defined and the actual code is compiled.
16 #ifndef HEADER
17 #define HEADER macro
H A Dattrs.c8 #ifndef HEADER
9 #define HEADER macro
H A Dmultiple-include-pch.c5 #ifndef HEADER
6 #define HEADER macro
H A Dcxx-static_assert.cpp8 #ifndef HEADER
9 #define HEADER macro
H A Ddifferent-diagnostic-level.c4 #ifndef HEADER
5 #define HEADER macro
H A Ddifferent-linker-version.c4 #ifndef HEADER
5 #define HEADER macro
H A Dempty-with-headers.c12 #elif defined(HEADER)
19 #define HEADER macro
H A Dformat-strings.c6 #ifndef HEADER
7 #define HEADER macro
H A Dfriend-template.cpp10 #ifndef HEADER
11 #define HEADER macro
H A Dpragma-diag.c10 #ifndef HEADER
11 #define HEADER macro
H A Dpragma-optimize.c8 // The first run line creates a pch, and since at that point HEADER is not
10 // then includes that pch, so HEADER is defined and the actual code is compiled.
16 #ifndef HEADER
17 #define HEADER macro
/external/clang/test/Frontend/
H A Drewrite-includes.c8 #define HEADER "rewrite-includes3.h" macro
9 #include HEADER
47 // CHECK-NEXT: {{^}}#define HEADER "rewrite-includes3.h"{{$}}
49 // CHECK-NEXT: {{^}}#include HEADER{{$}}
138 // CHECKNL-NEXT: {{^}}#define HEADER "rewrite-includes3.h"{{$}}
140 // CHECKNL-NEXT: {{^}}#include HEADER{{$}}
/external/clang/test/Analysis/
H A Dcheck-deserialization.cpp5 #ifndef HEADER
6 #define HEADER macro
/external/clang/test/Modules/Inputs/declare-use/
H A De.h3 #define HEADER "a.h" macro
4 #include HEADER

Completed in 2333 milliseconds

123456789