Home
last modified time | relevance | path

Searched defs:after (Results 1 – 25 of 38) sorted by relevance

12

/llvm-project-15.0.7/clang/test/Analysis/
H A Dlifetime-extension.cpp66 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 DDenseAnalysis.cpp51 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 Drelax-offset.s13 after: label
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/
H A Dmax_redzone.cpp21 size_t after = __sanitizer_get_heap_size(); in main() local
/llvm-project-15.0.7/mlir/include/mlir/Analysis/DataFlow/
H A DDenseAnalysis.h158 AbstractDenseLattice *after) override { in visitOperationImpl()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stack_store_test.cpp76 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 Dtsan_ilist.h92 void IList<Base, Node, Elem>::Push(Elem* e, INode* after) { in Push()
H A Dtsan_report.cpp212 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 Dtsan_ilist.h92 void IList<Base, Node, Elem>::Push(Elem* e, INode* after) { in Push()
H A Dtsan_report.cpp212 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 Dasan_errors.cpp495 u8 byte, const char *after = "\n") { in PrintShadowByte()
547 const char *after = p == guilty ? "]" : ""; in PrintShadowBytes() local
H A Dasan_report.cpp61 bool in_shadow, const char *after) { in PrintMemoryByte()
/llvm-project-15.0.7/mlir/lib/Dialect/Math/Transforms/
H A DExpandPatterns.cpp77 Block *after = in convertCtlzOp() local
/llvm-project-15.0.7/clang/include/clang/Edit/
H A DCommit.h102 bool insertWrap(StringRef before, SourceRange TokenRange, StringRef after) { in insertWrap()
/llvm-project-15.0.7/libcxxabi/src/
H A Dfallback_malloc.cpp135 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 Disl_ast_codegen.c3539 __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 DTestDenseDataFlowAnalysis.cpp185 LastModification *after) { in visitOperation()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dprescan.cpp422 if (const char *after{SkipCComment(at_)}) { in SkipCComments() local
462 if (const char *after{SkipCComment(p)}) { in SkipWhiteSpaceAndCComments() local
H A Dprovenance.cpp137 Provenance after{source.NextAfter()}; in Invert() local
/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cpp443 auto after = []() { in HwasanInstallAtForkHandler() local
/llvm-project-15.0.7/mlir/lib/Conversion/SCFToControlFlow/
H A DSCFToControlFlow.cpp534 Block *after = &whileOp.getAfter().front(); in matchAndRewrite() local
/llvm-project-15.0.7/clang/lib/Edit/
H A DCommit.cpp104 StringRef after) { in insertWrap()
/llvm-project-15.0.7/clang/lib/Tooling/Transformer/
H A DRangeSelector.cpp115 RangeSelector transformer::after(RangeSelector Selector) { in after() function in transformer
/llvm-project-15.0.7/clang/test/Sema/
H A Ddesignated-initializers.c145 struct XY { int before; struct XX xx, *xp; float* after; } xy[] = { member
/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseTensorConversion.cpp502 Block *after = rewriter.createBlock(&whileOp.getAfter(), {}, noTypes); in genSparse2SparseReshape() local
766 Block *after = rewriter.createBlock(&whileOp.getAfter(), {}, noTypes); in matchAndRewrite() local

12