Home
last modified time | relevance | path

Searched defs:Combine (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest-param-test.h406 internal::CartesianProductHolder<Generator...> Combine(const Generator&... g) { in Combine() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1429 bool Combine = !MS.TrackOrigins; in materializeInstructionChecks() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp9537 IntRange (*Combine)(IntRange, IntRange) = IntRange::join; in GetExprRange() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp28701 void SelectionDAG::Combine(CombineLevel Level, AliasAnalysis *AA, in Combine() function in SelectionDAG