Searched defs:CE (Results 126 - 150 of 156) sorted by relevance

1234567

/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1125 std::optional<CallEnter> CE = N->getLocationAs<CallEnter>(); local
1418 isTrivialCopyOrMoveCtor(const CXXConstructExpr *CE) argument
[all...]
H A DBugReporter.cpp294 const auto *CE = dyn_cast_or_null<CallExpr>(CallSite); local
[all...]
H A DExprEngine.cpp2410 const Stmt *CE = CalleeSF->getCallSite(); local
/openbsd-current/gnu/llvm/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp982 const auto *CE = dyn_cast<MCConstantExpr>(Register); local
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/MC/
H A DMCAsmInfo.h40 CE, /// Windows CE ARM, PowerPC, SH3, SH4 member in class:llvm::WinEH::EncodingType
/openbsd-current/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp483 const FAddendCoef &CE = Opnd0.getCoef(); local
705 const FAddendCoef &CE = Opnd->getCoef(); local
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaCast.cpp104 void updatePartOfExplicitCastFlags(CastExpr *CE) { argument
H A DSemaStmt.cpp648 const auto *CE local
2425 CallExpr *CE = dyn_cast<CallExpr>(E); local
[all...]
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp1309 const auto *CE = dyn_cast_or_null<CallExpr>(Call.getOriginExpr()); local
1341 const auto *CE = dyn_cast_or_null<CallExpr>(Call.getOriginExpr()); local
1433 const auto *CE = dyn_cast_or_null<CallExpr>(Call.getOriginExpr()); local
1718 const Expr *CE = Call.getOriginExpr(); local
2567 const CallExpr *CE = cast<CallExpr>(Call.getOriginExpr()); local
[all...]
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DExpr.cpp2729 const CallExpr *CE local
2770 const auto *CE = cast<CXXConstructExpr>(this); local
2872 const CastExpr *CE = cast<CastExpr>(this); local
3301 const CXXConstructExpr *CE = cast<CXXConstructExpr>(this); local
3411 const CastExpr *CE = cast<CastExpr>(this); local
3716 const CastExpr *CE = cast<CastExpr>(this); local
3730 const CXXConstructExpr *CE = cast<CXXConstructExpr>(this); local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2900 const ConstantExpr *CE = dyn_cast<ConstantExpr>(CV); local
[all...]
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGClass.cpp666 CXXConstructExpr *CE = dyn_cast<CXXConstructExpr>(MemberInit->getInit()); local
1064 CXXConstructExpr *CE = dyn_cast<CXXConstructExpr>(MemberInit->getInit()); local
[all...]
H A DItaniumCXXABI.cpp1975 auto *CE = E.dyn_cast<const CXXMemberCallExpr *>(); local
H A DMicrosoftCXXABI.cpp1979 auto *CE = E.dyn_cast<const CXXMemberCallExpr *>(); local
H A DCGExprScalar.cpp1997 bool CodeGenFunction::ShouldNullCheckClassCastValue(const CastExpr *CE) { argument
2020 Value *ScalarExprEmitter::VisitCastExpr(CastExpr *CE) { argument
[all...]
H A DCGStmtOpenMP.cpp861 ConstantEmission CE = tryEmitAsConstant(&DRE); local
6359 emitOMPAtomicCompareExpr(CodeGenFunction &CGF, llvm::AtomicOrdering AO, const Expr *X, const Expr *V, const Expr *R, const Expr *E, const Expr *D, const Expr *CE, bool IsXBinopExpr, bool IsPostfixUpdate, bool IsFailOnly, SourceLocation Loc) argument
6435 emitOMPAtomicExpr(CodeGenFunction &CGF, OpenMPClauseKind Kind, llvm::AtomicOrdering AO, bool IsPostfixUpdate, const Expr *X, const Expr *V, const Expr *R, const Expr *E, const Expr *UE, const Expr *D, const Expr *CE, bool IsXLHSInRHSPart, bool IsFailOnly, SourceLocation Loc) argument
[all...]
H A DCodeGenModule.cpp286 auto *CE = cast<llvm::ConstantExpr>(Replacement); local
[all...]
H A DCGExpr.cpp1307 const ConstantExpr *CE = cast<ConstantExpr>(E); local
3635 const auto *CE = dyn_cast<CastExpr>(E); local
4869 const auto *CE = cast<ExplicitCastExpr>(E); local
[all...]
/openbsd-current/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2965 CallExpr *CE = CallExpr::Create(*Context, PE, MsgExprs, FT->getReturnType(), local
3252 SynthesizeBlockFunc(BlockExpr *CE, int i, StringRef funcName, std::string Tag) argument
3344 SynthesizeBlockHelperFuncs(BlockExpr *CE, int i, StringRef funcName, std::string Tag) argument
3388 SynthesizeBlockImpl(BlockExpr *CE, std::string Tag, std::string Desc) argument
3811 CallExpr *CE = local
3882 RewriteCastExpr(CStyleCastExpr *CE) argument
[all...]
H A DRewriteModernObjC.cpp2697 CallExpr *CE = CallExpr::Create(*Context, PE, MsgExprs, FT->getReturnType(), local
2818 CallExpr *CE = CallExpr::Create(*Context, PE, MsgExprs, FT->getReturnType(), local
2970 CallExpr *CE = CallExpr::Create(*Context, PE, MsgExprs, FT->getReturnType(), local
3536 CallExpr *CE = CallExpr::Create(*Context, PE, MsgExprs, FT->getReturnType(), local
4039 SynthesizeBlockFunc(BlockExpr *CE, int i, StringRef funcName, std::string Tag) argument
4135 SynthesizeBlockHelperFuncs(BlockExpr *CE, int i, StringRef funcName, std::string Tag) argument
4179 SynthesizeBlockImpl(BlockExpr *CE, std::string Tag, std::string Desc) argument
4644 CallExpr *CE = local
4714 RewriteCastExpr(CStyleCastExpr *CE) argument
[all...]
/openbsd-current/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp806 void appendConstructor(CFGBlock *B, CXXConstructExpr *CE) { argument
817 appendCall(CFGBlock *B, CallExpr *CE) argument
1435 auto *CE = cast<CXXConstructExpr>(Child); local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4464 const auto *CE = dyn_cast<MCConstantExpr>(X86Op->getImm()); local
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DVerifier.cpp2234 void Verifier::visitConstantExpr(const ConstantExpr *CE) { argument
2238 "Invalid bitcast", CE); local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1155 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); local
1361 const MCConstantExpr *CE local
2125 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); local
2138 const MCConstantExpr *CE = cast<MCConstantExpr>(getImm()); local
7695 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(Op.getImm()); local
[all...]
/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2771 void EnqueueVisitor::VisitCXXOperatorCallExpr(const CXXOperatorCallExpr *CE) { argument
[all...]

Completed in 826 milliseconds

1234567