Searched defs:VAR (Results 1 – 6 of 6) sorted by relevance
/llvm-project/bolt/test/X86/ |
H A D | double-rel.s | 15 .globl VAR symbol 16 VAR: label
|
/llvm-project/clang/test/OpenMP/ |
H A D | target_map_codegen_00.cpp | 44 static double VAR; member in B 56 double B::VAR = 1.0; member in B
|
/llvm-project/llvm/unittests/Transforms/Utils/ |
H A D | ASanStackFrameLayoutTest.cpp | 47 #define VAR(name, size, lifetime, alignment, line) \ in TEST() macro
|
/llvm-project/lldb/source/Plugins/Process/minidump/ |
H A D | ProcessMinidump.cpp | 562 INIT_BOOL(VAR,LONG,SHORT,DESC) global() argument 564 APPEND_OPT(VAR) global() argument
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstructionSelector.cpp | 301 #define STORE_OPCODE(VAR, OPC) VAR = isThumb ? ARM::t2##OPC : ARM::OPC in OpcodeCache() argument
|
/llvm-project/lldb/source/Plugins/Platform/MacOSX/ |
H A D | PlatformDarwin.cpp | 1062 OPTION(PREFIX,NAME,VAR,...) AddClangModuleCompilationOptionsForSDKType() argument
|