/llvm-project/llvm/unittests/Support/DynamicLibrary/ |
H A D | PipSqueak.cpp | 26 struct Local { struct 28 Local(std::string &S) : Str(S) { in Local() argument 33 ~Local() { Str = "Local::~Local"; } in ~Local() argument
|
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
H A D | p12.cpp | 12 struct Local { in static_foo() struct 13 int i; in static_foo() 15 void bar() { in static_foo() 25 struct Local { in foo() struct 26 int i; in foo() 28 static void static_bar() { in foo()
|
/llvm-project/cross-project-tests/debuginfo-tests/llgdb-tests/ |
H A D | nested-struct.cpp | 13 struct Local { in foo() struct 14 static int my_number() { in foo()
|
/llvm-project/clang/test/SemaCXX/ |
H A D | attr-exclude_from_explicit_instantiation.local-class.cpp | 50 struct Local { in g() struct 51 T value; in g() 54 operator A() { in g()
|
H A D | local-classes.cpp | 50 struct Local { in foo() struct 51 void f(X<N> = X<N>()) {} // OK in foo()
|
/llvm-project/clang/test/Modules/ |
H A D | module-private.cpp | 80 …odule_private__ struct Local { int x, y; } local; //expected-error{{local variable 'local' cannot … in local_var_private() argument
|
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/ |
H A D | p3-generic-lambda-1y.cpp | 46 struct Local { in main() struct 47 static int ifi(int i) { return i; } in main() 48 static char cfi(int) { return 'a'; } in main() 49 static double dfi(int i) { return i + 3.14; } in main() 50 static Local localfi(int) { return Local{}; } in main()
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | Compiler.h |
|
H A D | InterpFrame.cpp |
|
H A D | Function.h |
|
H A D | ByteCodeEmitter.h |
|
H A D | EvalEmitter.h |
|
/llvm-project/llvm/test/MC/Sparc/ |
H A D | sparc-tls-relocations.s | 154 Local: label
|
/llvm-project/llvm/unittests/Transforms/Utils/ |
H A D | LocalTest.cpp | 52 TEST(Local, RecursivelyDeleteDeadPHINodes) { in TEST() argument 95 TEST(Local, RemoveDuplicatePHINodes) { in TEST() argument 140 TEST(Local, ReplaceDbgDeclare) { in TEST() argument 201 TEST(Local, MergeBasicBlockIntoOnlyPred) { in TEST() argument 358 TEST(Local, ConstantFoldTerminator) { in TEST() argument 609 TEST(Local, wouldInstructionBeTriviallyDead) { in TEST() argument 656 TEST(Local, ChangeToUnreachable) { in TEST() argument 704 TEST(Local, FindDbgUsers) { in TEST() argument 760 TEST(Local, FindDbgRecords) { in TEST() argument 817 TEST(Local, ReplaceAllDbgUsesWith) { in TEST() argument [all …]
|
/llvm-project/bolt/test/runtime/Inputs/ |
H A D | fptr.c | 11 unsigned long Local = (unsigned long)&main + 0x7fffffff; in main() local
|
/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugCrossExSubsection.cpp | 35 void DebugCrossModuleExportsSubsection::addMapping(uint32_t Local, in addMapping()
|
/llvm-project/clang/test/CXX/class.access/class.friend/ |
H A D | p6.cpp | 21 struct Local { in local() struct
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | find-unexpanded-packs.cpp | 117 class Local { in PackInsideLocalClass() class 129 class Local { in PackInsideLocalClassInvalid() class
|
/llvm-project/clang/test/CXX/temp/temp.deduct.guide/ |
H A D | p3.cpp | 67 template<typename T> struct Local {}; struct
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ExtractGV.cpp | 25 if (Local || Delete) { in makeVisible() local
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | Metadata.h | 554 assert(!isa<Constant>(Local) && "Expected local value"); in get() argument 558 static LocalAsMetadata *get(Value *Local) { in getIfExists() argument 476 getLocal(Value * Local) getLocal() argument 486 getLocalIfExists(Value * Local) getLocalIfExists() argument 548 LocalAsMetadata(Value * Local) LocalAsMetadata() argument [all...] |
/llvm-project/clang/test/CXX/temp/temp.arg/temp.arg.nontype/ |
H A D | p1.cpp | 167 faddr_of_obj_or_func::test::Local test() argument
|
/llvm-project/polly/lib/Support/ |
H A D | VirtualInstruction.cpp | 230 bool Local) { in addAccessRoots() argument 259 SmallVectorImpl<MemoryAccess *> &RootAccs, bool Local) { in addRoots() argument
|
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyExplicitLocals.cpp | 62 static void checkFrameBase(WebAssemblyFunctionInfo &MFI, unsigned Local, in checkFrameBase() argument 241 auto Local = static_cast<unsigned>(MI.getOperand(1).getImm()); in runOnMachineFunction() local
|
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_stacktrace_test.cpp | 278 struct Local { in TEST() struct 279 Test__sanitizer::TEST::Local TEST() argument
|