Home
last modified time | relevance | path

Searched defs:G1 (Results 1 – 23 of 23) sorted by relevance

/llvm-project/llvm/test/MC/RISCV/
H A Dfixups-expr.s17 .globl G1 symbol
21 G1: label
/llvm-project/llvm/unittests/ExecutionEngine/
H A DExecutionEngineTest.cpp52 GlobalVariable *G1 = NewExtGlobal(Type::getInt32Ty(Context), "Global1"); in TEST_F() local
77 GlobalVariable *G1 = NewExtGlobal(Type::getInt32Ty(Context), "Global1"); in TEST_F() local
103 GlobalVariable *G1 = NewExtGlobal(Type::getInt32Ty(Context), "Global1"); in TEST_F() local
121 GlobalVariable *G1 = NewExtGlobal(Type::getInt32Ty(Context), "Global1"); in TEST_F() local
/llvm-project/clang/test/OpenMP/
H A Ddeclare_target_only_one_side_compilation.cpp17 int G1; variable
/llvm-project/clang/test/CodeCompletion/
H A Ddesig-init.cpp37 Foo G1{.b = {.t = 0}}; in foo() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dmultiple-new-in-one-expression.cpp77 void test_operator(G *G1) { in test_operator()
/llvm-project/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
H A Dsema.cpp159 struct G1 {}; struct
/llvm-project/clang/test/SemaCXX/
H A Dstatic-cast.cpp9 struct G1 : public B {}; struct
H A Dcstyle-cast.cpp52 struct G1 : public B {}; struct
H A Dfunctional-cast.cpp85 struct G1 : public B {}; struct
/llvm-project/clang/test/Sema/
H A Dms_bitfield_layout.c277 typedef union G1 { union
283 } G1; typedef
H A Dwarn-duplicate-enum.c43 G1, enumerator
/llvm-project/llvm/include/llvm/ADT/
H A DSCCIterator.h277 NodeInfo *G1 = find(&NodeInfoMap[Edge->Source]); in unionGroups() local
/llvm-project/clang/test/AST/Interp/
H A Dspaceship.cpp
/llvm-project/clang/test/CXX/class/class.compare/class.spaceship/
H A Dp1.cpp68 struct G1 { struct
/llvm-project/llvm/unittests/IR/
H A DValueTest.cpp148 GlobalVariable *G1 = M->getGlobalVariable("g1"); TEST() local
H A DConstantsTest.cpp296 Constant *G1 = new GlobalVariable(*M, IntTy, false, TEST() local
/llvm-project/llvm/unittests/ExecutionEngine/Orc/
H A DObjectLinkingLayerTest.cpp220 auto G1 = std::make_unique<LinkGraph>("G1", 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/Transforms/Utils/
H A DValueMapperTest.cpp72 std::unique_ptr<GlobalVariable> G1 = std::make_unique<GlobalVariable>( in TEST() local
/llvm-project/llvm/unittests/Analysis/
H A DLazyCallGraphTest.cpp2862 auto *G1 = Function::Create(F.getFunctionType(), F.getLinkage(), in TEST() local
2918 auto *G1 = Function::Create(F.getFunctionType(), F.getLinkage(), in TEST() local
2988 auto *G1 = Function::Create(F.getFunctionType(), F.getLinkage(), TEST() local
[all...]
H A DCGSCCPassManagerTest.cpp1818 auto *G1 = Function::Create(F.getFunctionType(), F.getLinkage(), in TEST_F() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dloop-convert-extra.cpp921 auto G1 = [&]() { in implicitCapture() local
/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1498 APInt G1 = BM.abs(); findGCD() local