Home
last modified time | relevance | path

Searched defs:G2 (Results 1 – 20 of 20) sorted by relevance

/llvm-project/llvm/test/MC/RISCV/
H A Dfixups-expr.s18 .globl G2 symbol
24 G2: label
/llvm-project/llvm/unittests/ExecutionEngine/
H A DExecutionEngineTest.cpp65 GlobalVariable *G2 = NewExtGlobal(Type::getInt32Ty(Context), "Global1"); in TEST_F() local
87 GlobalVariable *G2 = NewExtGlobal(Type::getInt32Ty(Context), "Global2"); in TEST_F() local
113 GlobalVariable *G2 = NewExtGlobal(Type::getInt32Ty(Context), "Global2"); in TEST_F() local
/llvm-project/clang/test/OpenMP/
H A Ddeclare_target_only_one_side_compilation.cpp18 static int G2; variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/fuchsia/
H A Dstatically-constructed-objects.cpp38 static ClassWithCtor G2(0); variable
90 static ClassWithCtor G2(0); in f() local
/llvm-project/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
H A Dsema.cpp160 struct G2 { int i; }; argument
/llvm-project/clang/test/CodeCompletion/
H A Ddesig-init.cpp38 Foo G2{.b{.t = 0}}; in foo() local
/llvm-project/clang/test/SemaCXX/
H A Dstatic-cast.cpp10 struct G2 : public B {}; struct
H A Dcstyle-cast.cpp53 struct G2 : public B {}; struct
H A Dfunctional-cast.cpp86 struct G2 : public B {}; struct
H A Ddeduced-return-type-cxx14.cpp523 auto (*G2(T t))(T) -> auto* { return &F<T>; } in G2() function
/llvm-project/llvm/include/llvm/ADT/
H A DSCCIterator.h278 NodeInfo *G2 = find(&NodeInfoMap[Edge->Target]); in unionGroups() local
/llvm-project/clang/test/Sema/
H A Dwarn-duplicate-enum.c44 G2, enumerator
/llvm-project/clang/test/AST/Interp/
H A Dspaceship.cpp
/llvm-project/clang/test/CXX/class/class.compare/class.spaceship/
H A Dp1.cpp72 struct G2 { struct
/llvm-project/llvm/unittests/ExecutionEngine/Orc/
H A DObjectLinkingLayerTest.cpp238 auto G2 = std::make_unique<LinkGraph>("G2", Triple("x86_64-apple-darwin"), TEST_F() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp453 llvm::sort(GV, [](const Chain *G1, const Chain *G2) { in colorChainSet()
/llvm-project/llvm/unittests/Analysis/
H A DLazyCallGraphTest.cpp2864 auto *G2 = Function::Create(F.getFunctionType(), F.getLinkage(), in TEST() local
2920 auto *G2 = Function::Create(F.getFunctionType(), F.getLinkage(), in TEST() local
2990 auto *G2 = Function::Create(F.getFunctionType(), F.getLinkage(), TEST() local
[all...]
H A DCGSCCPassManagerTest.cpp1820 auto *G2 = Function::Create(F.getFunctionType(), F.getLinkage(), in TEST_F() local
/llvm-project/llvm/unittests/IR/
H A DConstantsTest.cpp298 Constant *G2 = new GlobalVariable(*M, IntTy, false, TEST() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dloop-convert-extra.cpp928 auto G2 = [=]() { in implicitCapture() local