Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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-15.0.7/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.cpp24 typedef std::ranlux24_base Engine; in main() typedef
/llvm-project-15.0.7/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.cpp24 typedef std::mt19937 Engine; in main() typedef
/llvm-project-15.0.7/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.cpp24 typedef std::minstd_rand0 Engine; in main() typedef
/llvm-project-15.0.7/mlir/docs/
H A DDiagnostics.md51 ### Constructing a Diagnostic
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/
H A DExecutionEngineTest.cpp48 std::unique_ptr<ExecutionEngine> Engine; member in __anon865188df0111::ExecutionEngineTest
/llvm-project-15.0.7/llvm/lib/Support/
H A DLockFileManager.cpp308 std::default_random_engine Engine(Device()); in waitForUnlock() local
/llvm-project-15.0.7/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp114 DifferenceEngine &Engine; member in __anon246d63510111::FunctionDifferenceEngine
609 FunctionDifferenceEngine(DifferenceEngine &Engine, in FunctionDifferenceEngine()
/llvm-project-15.0.7/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp237 DiagnosticsEngine &Engine = Context.getDiagnostics(); in FindSymbol() local
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h144 CoreEngine Engine; variable
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITCAPITest.cpp329 LLVMExecutionEngineRef Engine; member in __anon98a3fc8f0111::MCJITCAPITest
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp487 ExprEngine &Engine = getState()->getStateManager().getOwningEngine(); in getReturnValueUnderConstruction() local
519 ExprEngine &Engine = getState()->getStateManager().getOwningEngine(); in getRuntimeDefinition() local
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp330 auto &Engine = State->getStateManager().getOwningEngine(); in evalCall() local