Home
last modified time | relevance | path

Searched defs:isEven (Results 1 – 5 of 5) sorted by relevance

/llvm-project/libcxx/test/std/algorithms/
H A Drobust_against_adl_on_new.pass.cpp19 static bool isEven(const A& a) { return a.i % 2 == 0; } in isEven() function
/llvm-project/clang/test/AST/Interp/
H A Dswitch.cpp
H A Dliterals.cpp
/llvm-project/clang/test/Analysis/
H A Dcxx-uninitialized-object.cpp759 auto isEven = [this](int a) { return a % 2 == 0; }; // no-crash in fLambdaThisTest() local
774 auto isEven = [](int a) { return a % 2 == 0; }; in fLambdaTest1() local
/llvm-project/clang/lib/AST/
H A DExpr.cpp4344 bool isEven = Comp == "even"; getEncodedElementAccess() local