Home
last modified time | relevance | path

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

/llvm-project/flang/include/flang/Evaluate/
H A Dtraverse.h276 Result Combine(const A &x, const Bs &...ys) const { Combine() function
296 static bool Combine(bool x, bool y) { return x && y; } Combine() function
310 static Result Combine(Result &&x, Result &&y) { Combine() function
329 static Set Combine(Set &&x, Set &&y) { Combine() function
[all...]
H A Dtools.h715 Expr<SPECIFIC> Combine(Expr<SPECIFIC> &&x, Expr<SPECIFIC> &&y) { Combine() function
1049 Result Combine(Result &&a, Result &&b) { Combine() function
/llvm-project/clang/test/CodeGenCXX/
H A Doverride-layout-ms.cpp38 struct __declspec(empty_bases) Combine : E1, Mid, E2 {}; struct
/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest-param-test.h406 internal::CartesianProductHolder<Generator...> Combine(const Generator&... g) { in Combine() function
/llvm-project/clang-tools-extra/clangd/unittests/
H A DConfigProviderTests.cpp59 TEST(ProviderTest, Combine) { in TEST() argument
/llvm-project/llvm/unittests/IR/
H A DMemoryModelRelaxationAnnotationsTest.cpp173 TEST(MMRATest, Combine) { in TEST() argument
/llvm-project/flang/lib/Evaluate/
H A Dshape.cpp244 static Result Combine(Result &&, Result &&) { Combine() function in Fortran::evaluate::GetLowerBoundHelper
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1428 bool Combine = !MS.TrackOrigins; materializeInstructionChecks() local
/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp9533 IntRange (*Combine)(IntRange, IntRange) = IntRange::join; GetExprRange() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp28642 void SelectionDAG::Combine(CombineLevel Level, AliasAnalysis *AA, Combine() function in SelectionDAG
[all...]