Home
last modified time | relevance | path

Searched defs:ce (Results 1 – 25 of 29) sorted by relevance

12

/llvm-project/libcxx/test/std/strings/basic.string/string.iterators/
H A Dcend.pass.cpp21 typename S::const_iterator ce = s.cend(); in test() local
H A Dcrend.pass.cpp21 typename S::const_reverse_iterator ce = s.crend(); in test() local
H A Dend.pass.cpp25 typename S::const_iterator ce = cs.end(); in test() local
H A Drend.pass.cpp25 typename S::const_reverse_iterator ce = cs.rend(); in test() local
/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dfastmath2_ldlib_asm.S63 #define ce P0 macro
73 ce = CMP.GT(expa, expb); define
162 #define ce P0 macro
172 ce = CMP.GT(expa, expb); define
H A Dfastmath_dlib_asm.S81 #define ce P0 macro
90 ce = CMP.GT(expa, expb); define
216 #define ce P0 macro
225 ce = CMP.GT(expa, expb); define
H A Dfastmath2_dlib_asm.S73 #define ce P0 macro
82 ce = CMP.GT(expa, expb); define
174 #define ce P0 macro
183 ce = CMP.GT(expa, expb); define
/llvm-project/libcxx/test/std/ranges/range.access/
H A Drbegin.pass.cpp296 char cb, ce; member
308 char cb, ce; member
326 char cb, ce; member
342 char cb, ce; member
H A Drend.pass.cpp320 char cb, ce; member
332 char cb, ce; member
350 char cb, ce; member
366 char cb, ce; member
/llvm-project/clang/test/OpenMP/
H A Datomic_compare_codegen.cpp15 char cx, ce, cd; in foo() local
2202 char cx, cv, cr, ce, cd; in bar() local
11506 char cx, cv, ce, cd; in cxevd() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUnreachableCodeChecker.cpp129 for (CFGBlock::const_iterator ci = CB->begin(), ce = CB->end(); in checkEndAnalysis() local
/llvm-project/libcxx/test/std/utilities/expected/expected.expected/monadic/
H A Dor_else.pass.cpp221 const auto& ce = e; in test() local
H A Dtransform.pass.cpp202 const auto& ce = e; in test_take_val_return_void() local
H A Dand_then.pass.cpp292 const auto& ce = e; in test() local
/llvm-project/clang/test/SemaCXX/
H A Dcxx2a-consteval-default-params.cpp88 consteval const char* ce() { return "Hello"; } in ce() function
/llvm-project/clang/test/CXX/special/class.inhctor/
H A Dp2.cpp93 constexpr ConstexprEval3 ce{4, "foobar"}; variable
/llvm-project/mlir/lib/Target/LLVM/ROCDL/
H A DTarget.cpp321 llvm::MCCodeEmitter *ce = target->createMCCodeEmitter(*mcii, ctx); in assembleIsa() local
/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp252 if (const ConstantExpr *ce = dyn_cast<ConstantExpr>(c)) { in objcClassNameFromExpression() local
/llvm-project/clang/test/CXX/drs/
H A Dcwg13xx.cpp498 constexpr A<Lit, Lit, Lit> ce = Lit(); variable
/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp715 void TransferFunctions::VisitCallExpr(CallExpr *ce) { in VisitCallExpr()
/llvm-project/llvm/unittests/Support/
H A DPath.cpp202 ce = sys::path::end(*i); TEST() local
211 ce = sys::path::rend(*i); TEST() local
/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp168 if (ChooseExpr *ce = dyn_cast<ChooseExpr>(e)) { rebuild() local
/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1392 for (int ci = 0, ce = parent->GetNumChildrenIgnoringErrors(); ci != ce; GetValueForOffset() local
/llvm-project/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp288 constexpr float ce = 1.0 / 3.0; // not-expected-error {{constant expression}} not-expected-note {{floating point arithmetic suppressed in strict evaluation modes}} global() variable
/llvm-project/clang/test/SemaTemplate/
H A Dtemp_arg_nontype_cxx1z.cpp92 constexpr int C::*ce = (int C::*)e; variable

12