Home
last modified time | relevance | path

Searched defs:Engine (Results 1 – 16 of 16) sorted by relevance

/llvm-project/llvm/tools/llvm-diff/
H A Dllvm-diff.cpp42 static void diffGlobal(DifferenceEngine &Engine, Module &L, Module &R, in diffGlobal()
83 DifferenceEngine Engine(Consumer); in main() local
/llvm-project/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.disc/
H A Dctor_engine_copy.pass.cpp24 typedef std::ranlux24_base Engine; in main() typedef
H A Dctor_engine_move.pass.cpp25 typedef std::ranlux24_base Engine; in main() typedef
/llvm-project/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/
H A Dctor_engine_copy.pass.cpp24 typedef std::mt19937 Engine; in main() typedef
H A Dctor_engine_move.pass.cpp26 typedef std::mt19937 Engine; in main() typedef
/llvm-project/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.shuf/
H A Dctor_engine_copy.pass.cpp24 typedef std::minstd_rand0 Engine; in main() typedef
H A Dctor_engine_move.pass.cpp26 typedef std::minstd_rand0 Engine; in main() typedef
/llvm-project/mlir/docs/
H A DDiagnostics.md51 Constructing a DiagnosticDiagnostic Infrastructure""Diagnostic Engine global() argument
/llvm-project/llvm/unittests/ExecutionEngine/
H A DExecutionEngineTest.cpp48 std::unique_ptr<ExecutionEngine> Engine; member in __anon29ee89420111::ExecutionEngineTest
/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp237 DiagnosticsEngine &Engine = Context.getDiagnostics(); in FindSymbol() local
/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp115 DifferenceEngine &Engine; member in __anon489810540111::FunctionDifferenceEngine
761 FunctionDifferenceEngine(DifferenceEngine & Engine,const Value * SavedLHS=nullptr,const Value * SavedRHS=nullptr) FunctionDifferenceEngine() argument
[all...]
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h145 CoreEngine Engine; variable
/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITCAPITest.cpp317 LLVMExecutionEngineRef Engine; member in __anon3c40fcf20111::MCJITCAPITest
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp546 ExprEngine &Engine = getState()->getStateManager().getOwningEngine(); getReturnValueUnderConstruction() local
578 ExprEngine &Engine = getState()->getStateManager().getOwningEngine(); getRuntimeDefinition() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp332 auto &Engine = State->getStateManager().getOwningEngine(); in evalCall() local
/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp628 DiagnosticsEngine &Engine; DoEmitAvailabilityWarning() member