| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | AMDGPUEmitPrintf.cpp | 106 BasicBlock *While = in getStrlenWithNull() local 117 BranchInst::Create(Join, While, CmpNull, Prev); in getStrlenWithNull() 120 Builder.SetInsertPoint(While); in getStrlenWithNull() 125 PtrPhi->addIncoming(PtrNext, While); in getStrlenWithNull() 130 Builder.CreateCondBr(Cmp, WhileDone, While); in getStrlenWithNull()
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | epic-fail.m | 7 // CHECK: While building module 'Module' imported from 11 // CHECK: While building module 'DependsOnModule' imported from
|
| H A D | incomplete-umbrella.m | 9 // CHECK: While building module 'Foo' imported from {{.*[/\]}}incomplete-umbrella.m:4: 12 // CHECK: While building module 'Foo' imported from {{.*[/\]}}incomplete-umbrella.m:4:
|
| H A D | build-fail-notes.m | 6 // CHECK: While building module 'DependsOnModule' imported from 7 // CHECK: While building module 'Module' imported from
|
| H A D | system-out-of-date-test.m | 16 // CHECK: While building module 'Z' imported from
|
| H A D | crashes.m | 10 // While iterating through the macros it would dereference a null pointer if the macro was undefine…
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/performance/ |
| H A D | no-int-to-ptr.rst | 8 While casting an (integral) pointer to an integer is obvious - you just get 10 is deceivingly different. While you will get a pointer with that integral value, 18 While that may be the intention, it is not always so. For example,
|
| /llvm-project-15.0.7/clang/tools/clang-fuzzer/ |
| H A D | cxx_proto.proto | 71 message While { message 80 While while_loop = 3;
|
| /llvm-project-15.0.7/clang/lib/Tooling/Refactoring/Extract/ |
| H A D | SourceExtraction.cpp | 35 if (const auto *While = dyn_cast<WhileStmt>(S)) in isSemicolonRequiredAfter() local 36 return isSemicolonRequiredAfter(While->getBody()); in isSemicolonRequiredAfter()
|
| /llvm-project-15.0.7/mlir/test/Dialect/Async/ |
| H A D | async-parallel-for-async-dispatch.mlir | 44 // While loop `before` block decides if we need to dispatch more tasks. 49 // While loop `after` block splits the range in half and submits async task
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/ |
| H A D | InfiniteLoopCheck.cpp | 171 if (const auto *While = dyn_cast<WhileStmt>(LoopStmt)) { in check() local 172 if (const VarDecl *LoopVarDecl = While->getConditionVariable()) { in check()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-rc/Inputs/ |
| H A D | memoryflags-stringtable.rc | 24 // While the same flag on a new bundle does have effect.
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | debug-info-static-member.ll | 140 ; While we're here, a normal member has data_member_location and 190 ; While we're here, a normal member has data_member_location and 231 ; While we're here, a normal member does not have a linkage name, constant 260 ; While we're here, a normal member does not have a linkage name, constant
|
| /llvm-project-15.0.7/llvm/test/Analysis/RegionInfo/ |
| H A D | outgoing_edge_1.ll | 4 ; While working on improvements to region info analysis, this test
|
| H A D | bad_node_traversal.ll | 4 ; While working on improvements to the region info analysis, this test
|
| H A D | outgoing_edge.ll | 4 ; While working on improvements to the region info analysis, this test
|
| /llvm-project-15.0.7/libcxx/cmake/caches/ |
| H A D | README.md | 7 While we won't explicitly work to break configurations not listed here, any
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | constexpr-function-recovery-crash.cpp | 95 TEST_EVALUATE(While, while (!!){}); // expected-error + {{}}
|
| /llvm-project-15.0.7/llvm/test/Analysis/GlobalsModRef/ |
| H A D | aliastest.ll | 4 ; Note that this test relies on an unsafe feature of GlobalsModRef. While this
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | thinlto-backend-option.ll | 4 ; being parsed. While it's more important that the existing options are parsed
|
| /llvm-project-15.0.7/llvm/test/Feature/OperandBundles/ |
| H A D | adce.ll | 3 ; While it is normally okay to DCE out calls to @readonly_function and
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/ |
| H A D | micromips-atomic1.ll | 5 ; While emitting assembly files directly when in microMIPS mode, it is possible to emit a mips32r2
|
| /llvm-project-15.0.7/libc/utils/UnitTest/ |
| H A D | README.md | 9 While gtest is great, featureful and time tested, it uses the C and C++
|
| /llvm-project-15.0.7/bolt/docs/ |
| H A D | RuntimeLibrary.md | 20 While this requires us to make our own syscalls, it does simplify our linker a lot, which is very l… 33 While RewriteInstance::emitAndLink() will perform an initial link step to resolve all references of…
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | tailcallpic3.ll | 3 ; While many of these could be tail called, we don't do it because it forces
|