Searched defs:Body (Results 26 - 50 of 57) sorted by relevance

123

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h596 BlockStringValue Body; member in struct:llvm::yaml::MachineFunction
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp582 auto *Body = Function->getBody(); local
H A DStmt.cpp918 ForStmt(const ASTContext &C, Stmt *Init, Expr *Cond, VarDecl *condVar, Expr *Inc, Stmt *Body, SourceLocation FL, SourceLocation LP, SourceLocation RP) argument
1015 WhileStmt(const ASTContext &Ctx, VarDecl *Var, Expr *Cond, Stmt *Body, SourceLocation WL) argument
1034 Create(const ASTContext &Ctx, VarDecl *Var, Expr *Cond, Stmt *Body, SourceLocation WL) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp649 CompoundStmt *Body = M.makeCompound(Stmts); local
H A DPathDiagnostic.cpp489 const Stmt *Body = ADC->getBody(); local
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp534 emitBodyAndFallthrough(CodeGenFunction &CGF, const CoroutineBodyStmt &S, Stmt *Body) argument
H A DCGOpenMPRuntimeNVPTX.cpp729 const auto *Body = local
[all...]
H A DCGException.cpp1292 const Stmt *Body; member in struct:__anon2851::final
1298 PerformFinally(const Stmt *Body, llvm::Value *ForEHVar, argument
H A DCodeGenFunction.cpp643 const Stmt *Body = nullptr; local
1143 void CodeGenFunction::EmitFunctionBody(const Stmt *Body) { argument
1279 Stmt *Body = FD->getBody(); local
[all...]
H A DCoverageMappingGen.cpp873 Stmt *Body = D->getBody(); local
887 propagateCounts(getRegionCounter(Body), Body, local
1110 const Stmt *Body = S->getBody(); local
1131 propagateCounts(Counter::getZero(), Body); local
[all...]
H A DCGClass.cpp836 Stmt *Body = Ctor->getBody(Definition); local
1438 Stmt *Body local
[all...]
H A DCGStmtOpenMP.cpp151 const Stmt *Body = local
1510 const Stmt *Body = local
[all...]
H A DCodeGenModule.cpp2725 const Stmt *Body = FD->getBody(); local
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp557 Stmt* Body = AD->getBody(IsAutosynthesized); local
H A DBugReporter.cpp1240 const Stmt *Body = nullptr; local
3047 const Stmt* Body = Signature->getBody(); local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp316 ListInit *Body; member in class:__anon3552::Intrinsic
362 Intrinsic(Record *R, StringRef Name, StringRef Proto, TypeSpec OutTS, TypeSpec InTS, ClassKind CK, ListInit *Body, NeonEmitter &Emitter, StringRef Guard, bool IsUnavailable, bool BigEndianSafe) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h104 yaml::BinaryRef Body; member in struct:llvm::WasmYAML::Function
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h321 Body, ///< The body of the coroutine. enumerator in enum:clang::final::SubStmt
348 Stmt *Body = nullptr; member in struct:clang::final::CtorArgs
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp636 static void CheckFallThroughForBody(Sema &S, const Decl *D, const Stmt *Body, argument
253 checkRecursiveFunction(Sema &S, const FunctionDecl *FD, const Stmt *Body, AnalysisDeclContext &AC) argument
281 throwEscapes(Sema &S, const CXXThrowExpr *E, CFGBlock &ThrowBlock, CFG *Body) argument
[all...]
H A DSemaCoroutine.cpp958 void Sema::CheckCompletedCoroutineBody(FunctionDecl *FD, Stmt *&Body) { argument
993 CoroutineStmtBuilder(Sema &S, FunctionDecl &FD, sema::FunctionScopeInfo &Fn, Stmt *Body) argument
H A DSemaLambda.cpp1538 ExprResult Sema::ActOnLambdaExpr(SourceLocation StartLoc, Stmt *Body, argument
H A DSemaStmt.cpp1336 Sema::ActOnDoStmt(SourceLocation DoLoc, Stmt *Body, argument
1627 BreakContinueFinder(Sema &S, const Stmt* Body) : argument
1316 ActOnWhileStmt(SourceLocation WhileLoc, ConditionResult Cond, Stmt *Body) argument
1530 CheckForLoopConditionalStatement(Sema &S, Expr *Second, Expr *Third, Stmt *Body) argument
1709 CheckForRedundantIteration(Sema &S, Expr *Third, Stmt *Body) argument
1763 ActOnForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, Stmt *First, ConditionResult Second, FullExprArg third, SourceLocation RParenLoc, Stmt *Body) argument
3843 ActOnObjCAtCatchStmt(SourceLocation AtLoc, SourceLocation RParen, Decl *Parm, Stmt *Body) argument
3854 ActOnObjCAtFinallyStmt(SourceLocation AtLoc, Stmt *Body) argument
3970 ActOnObjCAutoreleasePoolStmt(SourceLocation AtLoc, Stmt *Body) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1691 BasicBlock *Body = *(CurLoop->block_begin()); local
1797 BasicBlock *Body = *(CurLoop->block_begin()); local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h707 SExpr* Body; member in class:clang::threadSafety::Function
759 SExpr* Body; member in class:clang::threadSafety::SFunction
794 SExpr* Body; member in class:clang::threadSafety::Code
829 SExpr* Body; member in class:clang::threadSafety::Field
1898 SExpr* Body; member in class:clang::threadSafety::Let
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2388 bool AsmParser::expandMacro(raw_svector_ostream &OS, StringRef Body, argument
2779 StringRef Body = M->Body; local
4474 StringRef Body = StringRef(BodyStart, BodyEnd - BodyStart); local
4497 checkForBadMacro(SMLoc DirectiveLoc, StringRef Name, StringRef Body, ArrayRef<MCAsmMacroParameter> Parameters) argument
5524 StringRef Body = StringRef(BodyStart, BodyEnd - BodyStart); local
5527 MacroLikeBodies.emplace_back(StringRef(), Body, MCAsmMacroParameters()); local
[all...]

Completed in 425 milliseconds

123