| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | DiagnosticsTests.cpp | 362 Annotations Main(R"cpp( in TEST() local 383 Annotations Main(R"cpp( in TEST() local 408 Annotations Main(R"cpp( in TEST() local 432 Annotations Main(R"cpp( in TEST() local 459 Annotations Main(R"cpp( in TEST() local 484 Annotations Main(R"cpp( in TEST() local 496 Annotations Main(R"cpp( in TEST() local 528 Annotations Main(R"cpp( in TEST() local 690 Annotations Main(R"cpp( in TEST() local 703 Annotations Main(R"cpp( in TEST() local [all …]
|
| H A D | FindSymbolsTests.cpp | 331 Annotations Main(R"( in TEST() local 374 TU.Code = Main.code().str(); in TEST() 431 Annotations Main(R"( in TEST() local 439 TU.Code = Main.code().str(); in TEST() 736 Annotations Main(R"( in TEST() local 754 TU.Code = Main.code().str(); in TEST() 900 Annotations Main(R"( in TEST() local 995 Annotations Main(R"cpp( in TEST() local 1031 Annotations Main(R"cpp( in TEST() local 1080 Annotations Main(R"cpp( in TEST() local [all …]
|
| H A D | SymbolCollectorTests.cpp | 415 const std::string Main = R"( in TEST_F() local 586 Annotations Main(R"( in TEST_F() local 622 Annotations Main(R"( in TEST_F() local 652 Annotations Main(R"( in TEST_F() local 697 std::string Main = ""; in TEST_F() local 755 Annotations Main(R"cpp( in TEST_F() local 790 Annotations Main(R"( in TEST_F() local 988 llvm::StringRef Main; in TEST_F() member 1034 Annotations Main(T.Main); in TEST_F() local 1256 const std::string Main = R"( in TEST_F() local [all …]
|
| H A D | XRefsTests.cpp | 326 auto LocateWithIndex = [&Index](const Annotations &Main) { in TEST() argument 327 auto AST = TestTU::withCode(Main.code()).build(); in TEST() 2280 Annotations Main("int main() { [[f^oo]](); }"); in TEST() local 2282 TU.Code = std::string(Main.code()); in TEST() 2289 ElementsAre(rangeIs(Main.range()))); in TEST() 2301 ElementsAre(rangeIs(Main.range()), in TEST() 2311 TU.Code = ("\n\n" + Main.code()).str(); in TEST() 2313 ElementsAre(rangeIs(Main.range()))); in TEST() 2318 Annotations Main(R"cpp( in TEST() local 2324 TU.Code = std::string(Main.code()); in TEST() [all …]
|
| /llvm-project-15.0.7/clang/unittests/libclang/CrashTests/ |
| H A D | LibclangCrashTest.cpp | 18 std::string Main = "main.h"; in TEST_F() local 19 WriteFile(Main, "#pragma clang __debug llvm_fatal_error"); in TEST_F() 21 EXPECT_DEATH(clang_parseTranslationUnit(Index, Main.c_str(), nullptr, 0, in TEST_F() 31 std::string Main = "main.h"; in TEST_F() local 32 WriteFile(Main, "#pragma clang __debug llvm_fatal_error"); in TEST_F() 34 EXPECT_DEATH(clang_parseTranslationUnit(Index, Main.c_str(), nullptr, 0, in TEST_F()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/global_constructor/ |
| H A D | main.cpp | 3 struct Main { struct 4 Main(); 8 Main::Main() : x(47) { in Main() argument 12 Main MainObj;
|
| /llvm-project-15.0.7/clang/unittests/libclang/ |
| H A D | LibclangTest.cpp | 363 WriteFile(Main, in TEST_F() 395 std::string Main = "main.m"; in TEST_F() local 602 WriteFile(Main, in TEST_F() 742 std::string Main = "main.cpp"; in TEST_F() local 768 std::string Main = "main.cpp"; in TEST_F() local 788 std::string Main = "main.cpp"; in TEST_F() local 789 WriteFile(Main, "int a;"); in TEST_F() 808 std::string Main = "main.cpp"; in TEST_F() local 809 WriteFile(Main, "int a;"); in TEST_F() 828 std::string Main = "main.cpp"; in TEST_F() local [all …]
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | StratifiedSets.h | 345 bool add(const T &Main) { in add() argument 346 if (get(Main)) in add() 350 return addAtMerging(Main, NewIndex); in add() 357 assert(has(Main)); in addAbove() 358 auto Index = *indexOf(Main); in addAbove() 370 assert(has(Main)); in addBelow() 371 auto Index = *indexOf(Main); in addBelow() 380 assert(has(Main)); in addWith() 381 auto MainIndex = *indexOf(Main); in addWith() 386 assert(has(Main)); in noteAttributes() [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | Diagnostics.cpp | 321 printDiag(OS, Main); in noteMessage() 462 clangd::Diagnostic Main; in toLSPDiags() local 470 Main.range = D.Range; in toLSPDiags() 476 Main.range = It->Range; in toLSPDiags() 479 Main.code = D.Name; in toLSPDiags() 486 Main.source = "clang"; in toLSPDiags() 489 Main.source = "clang-tidy"; in toLSPDiags() 492 Main.source = "clangd"; in toLSPDiags() 501 Main.codeActions.emplace(); in toLSPDiags() 508 Main.category = D.Category; in toLSPDiags() [all …]
|
| /llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/ |
| H A D | MCJITObjectCacheTest.cpp | 88 Main = insertMainFunction(M.get(), OriginalRC); in SetUp() 94 ASSERT_TRUE(nullptr != Main); in compileAndRun() 98 void *vPtr = TheJIT->getPointerToFunction(Main); in compileAndRun() 108 Function *Main; member in __anonf5d340dd0111::MCJITObjectCacheTest 169 Main = insertMainFunction(M.get(), ReplacementRC); in TEST_F() 204 Main = insertMainFunction(M.get(), ReplacementRC); in TEST_F()
|
| /llvm-project-15.0.7/clang-tools-extra/unittests/clang-include-fixer/find-all-symbols/ |
| H A D | FindAllSymbolsTests.cpp | 148 static const char Main[] = R"( in TEST_F() local 152 runFindAllSymbols(Header, Main); in TEST_F() 179 static const char Main[] = R"( in TEST_F() local 185 runFindAllSymbols(Header, Main); in TEST_F() 212 static const char Main[] = R"( in TEST_F() local 216 runFindAllSymbols(Header, Main); in TEST_F() 251 static const char Main[] = R"( in TEST_F() local 254 runFindAllSymbols(Header, Main); in TEST_F()
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | debug-info-block-captured-self.ll | 41 ; @interface Main : ViewController 48 ; @implementation Main 67 define internal void @"__24-[Main initWithContext:]_block_invoke"(i8* %.block_descriptor, i8* %obj)… 74 define internal void @"__24-[Main initWithContext:]_block_invoke_2"(i8* %.block_descriptor, i8* %ob… 96 !34 = !DICompositeType(tag: DW_TAG_structure_type, name: "Main", line: 23, flags: DIFlagArtificial … 97 !38 = distinct !DISubprogram(name: "__24-[Main initWithContext:]_block_invoke", line: 33, isLocal: … 101 !42 = distinct !DISubprogram(name: "__24-[Main initWithContext:]_block_invoke_2", line: 35, isLocal…
|
| H A D | set.ll | 6 ; ModuleID = 'Main.mb' 7 source_filename = "../src/Main.m3" 14 …32 0, i32 0, i32 0), i64 8), [8 x i8] zeroinitializer, [14 x i8] c"../src/Main.m3", [2 x i8] zeroi… 72 !2 = !DIFile(filename: "Main.m3", directory: "/home/cm3/settest/src")
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFixFunctionBitcasts.cpp | 231 Function *Main = nullptr; in runOnModule() local 248 Main = &F; in runOnModule() 260 ConstantExpr::getBitCast(Main, PointerType::get(MainTy, 0)); in runOnModule() 288 Main->setName("__original_main"); in runOnModule() 292 if (Main->isDeclaration()) { in runOnModule() 300 MainWrapper->setLinkage(Main->getLinkage()); in runOnModule() 301 MainWrapper->setVisibility(Main->getVisibility()); in runOnModule()
|
| /llvm-project-15.0.7/clang/unittests/Frontend/ |
| H A D | PCHPreambleTest.cpp | 227 std::string Main = "//./main.cpp"; in TEST_F() local 229 AddFile(Main, in TEST_F() 234 std::unique_ptr<ASTUnit> AST(ParseAST(Main)); in TEST_F() 247 RemapFile(Main, in TEST_F() 258 RemapFile(Main, in TEST_F()
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | LLJIT.h | 71 JITDylib &getMainJITDylib() { return *Main; } in getMainJITDylib() 97 return addIRModule(*Main, std::move(TSM)); in addIRModule() 108 return addObjectFile(*Main, std::move(Obj)); in addObjectFile() 127 return lookupLinkerMangled(*Main, Name); in lookupLinkerMangled() 137 return lookup(*Main, UnmangledName); in lookup() 205 JITDylib *Main = nullptr; variable 239 return addLazyIRModule(*Main, std::move(M)); in addLazyIRModule()
|
| /llvm-project-15.0.7/clang/test/Modules/Inputs/Main.framework/Modules/ |
| H A D | module.modulemap | 1 framework module Main { 2 umbrella header "Main.h"
|
| H A D | module.private.modulemap | 1 module Main.Private { 7 module Main.Sub.Private {
|
| /llvm-project-15.0.7/libcxxabi/test/ |
| H A D | dynamic_cast.pass.cpp | 88 struct Main : Left, Right { Pad6 _; }; struct 90 Main m; 100 assert(dynamic_cast<Main*>(c1) == static_cast<Main*>(&m)); in test()
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Inputs/ |
| H A D | merge-ids-2.yaml | 27 # 'Main' {'SubOne', 'SubTwo'} [TypeIndex: 0x1005 (4101)] 31 String: 'Main'
|
| H A D | merge-ids-1.yaml | 32 # 'Main' {'SubOne', 'SubTwo'} [TypeIndex: 0x1006 (4102)] 36 String: 'Main'
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonVectorCombine.cpp | 269 for (Instruction *I : MG.Main) in operator <<() 581 Instruction *Base = Move.Main.front(); in createLoadGroups() 598 Move.Main.push_back(Info.Inst); in createLoadGroups() 634 Instruction *Base = Move.Main.front(); in createStoreGroups() 639 Move.Main.push_back(Info.Inst); in createStoreGroups() 660 Instruction *Where = Move.Main.front(); in move() 667 ArrayRef<Instruction *> Main(Move.Main); in move() local 677 ArrayRef<Instruction *> Main(Move.Main); in move() local 715 std::set<Instruction *> TestSet(Move.Main.begin(), Move.Main.end()); in realignGroup() 735 Instruction *TopIn = Move.IsLoad ? Move.Main.front() : Move.Main.back(); in realignGroup() [all …]
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | find-privateheaders.m | 10 #import "Main/Main.h"
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | TargetExecutionUtils.cpp | 16 int runAsMain(int (*Main)(int, char *[]), ArrayRef<std::string> Args, in runAsMain() 39 return Main(Args.size() + !!ProgramName, ArgV.data()); in runAsMain()
|
| /llvm-project-15.0.7/clang/test/Modules/Inputs/preprocess-decluse/ |
| H A D | main.modulemap | 1 module Main { use B }
|