Searched defs:Combine (Results 1 – 10 of 10) sorted by relevance
/llvm-project/flang/include/flang/Evaluate/ |
H A D | traverse.h | 276 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 D | tools.h | 715 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 D | override-layout-ms.cpp | 38 struct __declspec(empty_bases) Combine : E1, Mid, E2 {}; struct
|
/llvm-project/third-party/unittest/googletest/include/gtest/ |
H A D | gtest-param-test.h | 406 internal::CartesianProductHolder<Generator...> Combine(const Generator&... g) { in Combine() function
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | ConfigProviderTests.cpp | 59 TEST(ProviderTest, Combine) { in TEST() argument
|
/llvm-project/llvm/unittests/IR/ |
H A D | MemoryModelRelaxationAnnotationsTest.cpp | 173 TEST(MMRATest, Combine) { in TEST() argument
|
/llvm-project/flang/lib/Evaluate/ |
H A D | shape.cpp | 244 static Result Combine(Result &&, Result &&) { Combine() function in Fortran::evaluate::GetLowerBoundHelper
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 1428 bool Combine = !MS.TrackOrigins; materializeInstructionChecks() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 9533 IntRange (*Combine)(IntRange, IntRange) = IntRange::join; GetExprRange() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 28642 void SelectionDAG::Combine(CombineLevel Level, AliasAnalysis *AA, Combine() function in SelectionDAG [all...] |