Home
last modified time | relevance | path

Searched refs:observe (Results 1 – 25 of 42) sorted by relevance

12

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dloop-convert-reverse.cpp89 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 Dqualified-auto.cpp144 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 DFunctionTests.cpp26 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 Dqualified-auto.rst20 observe(*Data);
31 observe(*Data);
/llvm-project/compiler-rt/test/fuzzer/
H A Dout-of-process-fuzz.test16 # Just run for a bit and observe the corpus expansion.
/llvm-project/clang-tools-extra/clangd/support/
H A DFunction.h75 Subscription observe(Listener L) { in observe() function
/llvm-project/llvm/test/Analysis/ScalarEvolution/
H A Dinner-loop-by-latch-cond-unknown.ll22 ; it will observe umax generated by this select.
/llvm-project/llvm/test/Transforms/DeadStoreElimination/
H A Dfence.ll37 ; observe the order of the acquire fence and the store.
/llvm-project/libcxx/docs/DesignDocs/
H A DNodiscardPolicy.rst
H A DExtendedCXX03Support.rst
/llvm-project/llvm/test/Feature/OperandBundles/
H A Ddse.ll47 ; cannot observe the stores to %m
/llvm-project/clang-tools-extra/clangd/test/
H A Dconfig.test8 # 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 Ddynamic-value.m29 // When Observer sets itself up to observe this property (in initWithASource)
/llvm-project/clang-tools-extra/clangd/
H A DGlobalCompilationDatabase.h68 return OnCommandChanged.observe(std::move(L));
/llvm-project/lldb/test/API/macosx/dyld-trie-symbols/
H A Dmain.mm29 // When Observer sets itself up to observe this property (in initWithASource)
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrCall.td34 // observe CALL nodes with all of the expected variadic uses and defs.
/llvm-project/mlir/docs/Tutorials/Toy/
H A DCh-3.md132 -emit=mlir -opt` and observe our pattern in action:
243 -opt` and observe our pattern in action:
/llvm-project/libc/benchmarks/
H A DREADME.md52 Using a profiler to observe size distributions for calls into libc functions, it
/llvm-project/llvm/test/Transforms/EarlyCSE/
H A Dfence.ll82 ; observe the order of the acquire fence and the store.
H A Dbasic.ll201 ;; 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 Dstate-tracking-scc-splits.ll15 ; observe the refined call graph structure.
/llvm-project/llvm/test/Transforms/Inline/
H A Dcgscc-update.ll5 ; is leveraging function attribute computation to observe correct call graph
H A Dlast-callsite.ll125 ; checks that the order of calls isn't significant to whether we observe the
/llvm-project/llvm/test/DebugInfo/MIR/InstrRef/
H A Dsingle-assign-propagation.mir31 # The fast way of doing this: observe that the variable value can never extend
/llvm-project/llvm/test/Other/
H A Dcgscc-iterate-function-mutation.ll10 ; observe the refined call graph structure.

12