| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | lifetime-extension.cpp | 66 C **after, **before; member in maintain_original_object_address_on_lifetime_extension::C 71 C(bool x, C **after, C **before) : x(x), after(after), before(before) { in C() function in maintain_original_object_address_on_lifetime_extension::C 82 static C make(C **after, C **before) { return C(false, after, before); } in make() 86 C *after, *before; in f1() local 99 C *after, *before; in f2() local 107 C *after, *before; in f3() local 120 C *after, *before; in f4() local 148 C *after, *before; in f5() local 165 C *after, *before; in f6() local 174 C *after, *before; in f7() local [all …]
|
| /llvm-project-15.0.7/mlir/lib/Analysis/DataFlow/ |
| H A D | DenseAnalysis.cpp | 51 AbstractDenseLattice *after = getLattice(op); in visitOperation() local 93 AbstractDenseLattice *after = getLattice(block); in visitBlock() local 143 AbstractDenseLattice *after) { in visitRegionBranchOperation()
|
| /llvm-project-15.0.7/llvm/test/MC/X86/ |
| H A D | relax-offset.s | 13 after: label
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/ |
| H A D | max_redzone.cpp | 21 size_t after = __sanitizer_get_heap_size(); in main() local
|
| /llvm-project-15.0.7/mlir/include/mlir/Analysis/DataFlow/ |
| H A D | DenseAnalysis.h | 158 AbstractDenseLattice *after) override { in visitOperationImpl()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_stack_store_test.cpp | 76 uptr after = store_.Allocated(); in TEST_F() local 154 uptr after = store_.Allocated(); in TEST_P() local
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_ilist.h | 92 void IList<Base, Node, Elem>::Push(Elem* e, INode* after) { in Push()
|
| H A D | tsan_report.cpp | 212 static void PrintMutexShort(const ReportMutex *rm, const char *after) { in PrintMutexShort() 218 const char *after) { in PrintMutexShortWithAddress()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_ilist.h | 92 void IList<Base, Node, Elem>::Push(Elem* e, INode* after) { in Push()
|
| H A D | tsan_report.cpp | 212 static void PrintMutexShort(const ReportMutex *rm, const char *after) { in PrintMutexShort() 218 const char *after) { in PrintMutexShortWithAddress()
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_errors.cpp | 495 u8 byte, const char *after = "\n") { in PrintShadowByte() 547 const char *after = p == guilty ? "]" : ""; in PrintShadowBytes() local
|
| H A D | asan_report.cpp | 61 bool in_shadow, const char *after) { in PrintMemoryByte()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Math/Transforms/ |
| H A D | ExpandPatterns.cpp | 77 Block *after = in convertCtlzOp() local
|
| /llvm-project-15.0.7/clang/include/clang/Edit/ |
| H A D | Commit.h | 102 bool insertWrap(StringRef before, SourceRange TokenRange, StringRef after) { in insertWrap()
|
| /llvm-project-15.0.7/libcxxabi/src/ |
| H A D | fallback_malloc.cpp | 135 heap_node* after(struct heap_node* p) { return p + p->len; } in after() function
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_ast_codegen.c | 3539 __isl_take isl_set *isolated, __isl_take isl_set *after, in generate_shifted_component_parts() 3636 isl_set *isolated, *before, *after, *test; in generate_shifted_component_tree() local 4315 isl_bool after; in after_in_child() local 4344 isl_bool after; in after_in_band() local 4398 isl_bool after; in after_in_context() local 4432 isl_bool after; in after_in_expansion() local 4471 isl_bool after; in after_in_filter() local 4506 isl_bool after; in after_in_set() local 4550 isl_bool after = isl_bool_false; in after_in_sequence() local 4673 isl_bool after; in after_in_subtree() local [all …]
|
| /llvm-project-15.0.7/mlir/test/lib/Analysis/DataFlow/ |
| H A D | TestDenseDataFlowAnalysis.cpp | 185 LastModification *after) { in visitOperation()
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | prescan.cpp | 422 if (const char *after{SkipCComment(at_)}) { in SkipCComments() local 462 if (const char *after{SkipCComment(p)}) { in SkipWhiteSpaceAndCComments() local
|
| H A D | provenance.cpp | 137 Provenance after{source.NextAfter()}; in Invert() local
|
| /llvm-project-15.0.7/compiler-rt/lib/hwasan/ |
| H A D | hwasan_linux.cpp | 443 auto after = []() { in HwasanInstallAtForkHandler() local
|
| /llvm-project-15.0.7/mlir/lib/Conversion/SCFToControlFlow/ |
| H A D | SCFToControlFlow.cpp | 534 Block *after = &whileOp.getAfter().front(); in matchAndRewrite() local
|
| /llvm-project-15.0.7/clang/lib/Edit/ |
| H A D | Commit.cpp | 104 StringRef after) { in insertWrap()
|
| /llvm-project-15.0.7/clang/lib/Tooling/Transformer/ |
| H A D | RangeSelector.cpp | 115 RangeSelector transformer::after(RangeSelector Selector) { in after() function in transformer
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | designated-initializers.c | 145 struct XY { int before; struct XX xx, *xp; float* after; } xy[] = { member
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Transforms/ |
| H A D | SparseTensorConversion.cpp | 502 Block *after = rewriter.createBlock(&whileOp.getAfter(), {}, noTypes); in genSparse2SparseReshape() local 766 Block *after = rewriter.createBlock(&whileOp.getAfter(), {}, noTypes); in matchAndRewrite() local
|