Home
last modified time | relevance | path

Searched defs:Local (Results 1 – 25 of 80) sorted by relevance

1234

/llvm-project/llvm/unittests/Support/DynamicLibrary/
H A DPipSqueak.cpp26 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 Dp12.cpp12 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 Dnested-struct.cpp13 struct Local { in foo() struct
14 static int my_number() { in foo()
/llvm-project/clang/test/SemaCXX/
H A Dattr-exclude_from_explicit_instantiation.local-class.cpp50 struct Local { in g() struct
51 T value; in g()
54 operator A() { in g()
H A Dlocal-classes.cpp50 struct Local { in foo() struct
51 void f(X<N> = X<N>()) {} // OK in foo()
/llvm-project/clang/test/Modules/
H A Dmodule-private.cpp80 …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 Dp3-generic-lambda-1y.cpp46 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 DCompiler.h
H A DInterpFrame.cpp
H A DFunction.h
H A DByteCodeEmitter.h
H A DEvalEmitter.h
/llvm-project/llvm/test/MC/Sparc/
H A Dsparc-tls-relocations.s154 Local: label
/llvm-project/llvm/unittests/Transforms/Utils/
H A DLocalTest.cpp52 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 Dfptr.c11 unsigned long Local = (unsigned long)&main + 0x7fffffff; in main() local
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugCrossExSubsection.cpp35 void DebugCrossModuleExportsSubsection::addMapping(uint32_t Local, in addMapping()
/llvm-project/clang/test/CXX/class.access/class.friend/
H A Dp6.cpp21 struct Local { in local() struct
/llvm-project/clang/test/SemaTemplate/
H A Dfind-unexpanded-packs.cpp117 class Local { in PackInsideLocalClass() class
129 class Local { in PackInsideLocalClassInvalid() class
/llvm-project/clang/test/CXX/temp/temp.deduct.guide/
H A Dp3.cpp67 template<typename T> struct Local {}; struct
/llvm-project/llvm/lib/Transforms/IPO/
H A DExtractGV.cpp25 if (Local || Delete) { in makeVisible() local
/llvm-project/llvm/include/llvm/IR/
H A DMetadata.h554 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 Dp1.cpp167 faddr_of_obj_or_func::test::Local test() argument
/llvm-project/polly/lib/Support/
H A DVirtualInstruction.cpp230 bool Local) { in addAccessRoots() argument
259 SmallVectorImpl<MemoryAccess *> &RootAccs, bool Local) { in addRoots() argument
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExplicitLocals.cpp62 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 Dsanitizer_stacktrace_test.cpp278 struct Local { in TEST() struct
279 Test__sanitizer::TEST::Local TEST() argument

1234