Home
last modified time | relevance | path

Searched defs:LocalVarDef (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h54 struct LocalVarDef { struct
72 uint64_t static toOpaqueValue(const LocalVarDef DR) { in toOpaqueValue() argument
78 LocalVarDef static createFromOpaqueValue(uint64_t Val) { in createFromOpaqueValue() argument
/aosp_15_r20/external/clang/test/Sema/
H A Ddllexport.c58 …__declspec(dllexport) int LocalVarDef = 1; // expected-error{{'LocalVarDef' must have exter… in functionScope() local
H A Ddllimport.c125 …__declspec(dllimport) int LocalVarDef = 1; // expected-error{{definition of dllimport data}} in functionScope() local
/aosp_15_r20/external/clang/test/SemaCXX/
H A Ddllimport.cpp143 …__declspec(dllimport) int LocalVarDef = 1; // expected-error{{definition of dllimport data}} in functionScope() local
H A Ddllexport.cpp82 …__declspec(dllexport) int LocalVarDef = 1; // expected-error{{'LocalVarDef' must have exter… in functionScope() local