/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | loop-convert-reverse.cpp | 89 void observe(const T &); 95 observe(*I); in constContainer() 104 observe(*I); in constContainer() 113 observe(*I); in constContainer() 122 observe(*I); in constContainer() 132 observe(*I); in constContainer() 135 observe(*I); in constContainer() 150 observe(*I); in nonConstContainer()
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | qualified-auto.cpp | 144 void observe(const int &); 153 observe(Data); in loopRef() 166 observe(*Data); in loopPtr() 181 observe(*Data); in tempLoopPtr() 198 observe(*Data); in operator ()()
|
/llvm-project/clang-tools-extra/clangd/unittests/support/ |
H A D | FunctionTests.cpp | 26 Event<int>::Subscription SubB = E.observe([&](int) { ++N; }); in TEST() 31 SubA = E.observe([&](int) { ++N; }); in TEST()
|
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/readability/ |
H A D | qualified-auto.rst | 20 observe(*Data); 31 observe(*Data);
|
/llvm-project/compiler-rt/test/fuzzer/ |
H A D | out-of-process-fuzz.test | 16 # Just run for a bit and observe the corpus expansion.
|
/llvm-project/clang-tools-extra/clangd/support/ |
H A D | Function.h | 75 Subscription observe(Listener L) { in observe() function
|
/llvm-project/llvm/test/Analysis/ScalarEvolution/ |
H A D | inner-loop-by-latch-cond-unknown.ll | 22 ; it will observe umax generated by this select.
|
/llvm-project/llvm/test/Transforms/DeadStoreElimination/ |
H A D | fence.ll | 37 ; observe the order of the acquire fence and the store.
|
/llvm-project/libcxx/docs/DesignDocs/ |
H A D | NodiscardPolicy.rst |
|
H A D | ExtendedCXX03Support.rst |
|
/llvm-project/llvm/test/Feature/OperandBundles/ |
H A D | dse.ll | 47 ; cannot observe the stores to %m
|
/llvm-project/clang-tools-extra/clangd/test/ |
H A D | config.test | 8 # Create a config file that injects a flag we can observe, and has an error.
|
/llvm-project/lldb/test/API/lang/objc/objc-dynamic-value/ |
H A D | dynamic-value.m | 29 // When Observer sets itself up to observe this property (in initWithASource)
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | GlobalCompilationDatabase.h | 68 return OnCommandChanged.observe(std::move(L));
|
/llvm-project/lldb/test/API/macosx/dyld-trie-symbols/ |
H A D | main.mm | 29 // When Observer sets itself up to observe this property (in initWithASource)
|
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyInstrCall.td | 34 // observe CALL nodes with all of the expected variadic uses and defs.
|
/llvm-project/mlir/docs/Tutorials/Toy/ |
H A D | Ch-3.md | 132 -emit=mlir -opt` and observe our pattern in action: 243 -opt` and observe our pattern in action:
|
/llvm-project/libc/benchmarks/ |
H A D | README.md | 52 Using a profiler to observe size distributions for calls into libc functions, it
|
/llvm-project/llvm/test/Transforms/EarlyCSE/ |
H A D | fence.ll | 82 ; observe the order of the acquire fence and the store.
|
H A D | basic.ll | 201 ;; can observe the earlier write. 304 ; has to observe some value written to that location. We do
|
/llvm-project/llvm/test/Transforms/Inline/ML/ |
H A D | state-tracking-scc-splits.ll | 15 ; observe the refined call graph structure.
|
/llvm-project/llvm/test/Transforms/Inline/ |
H A D | cgscc-update.ll | 5 ; is leveraging function attribute computation to observe correct call graph
|
H A D | last-callsite.ll | 125 ; checks that the order of calls isn't significant to whether we observe the
|
/llvm-project/llvm/test/DebugInfo/MIR/InstrRef/ |
H A D | single-assign-propagation.mir | 31 # The fast way of doing this: observe that the variable value can never extend
|
/llvm-project/llvm/test/Other/ |
H A D | cgscc-iterate-function-mutation.ll | 10 ; observe the refined call graph structure.
|