Searched refs:ExprTimeTraceScope (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 671 class ExprTimeTraceScope { class 673 ExprTimeTraceScope(const Expr *E, const ASTContext &Ctx, StringRef Name) in ExprTimeTraceScope() function in __anon7ee061300111::ExprTimeTraceScope 15565 ExprTimeTraceScope TimeScope(this, Ctx, "EvaluateAsRValue"); in EvaluateAsRValue() 15586 ExprTimeTraceScope TimeScope(this, Ctx, "EvaluateAsInt"); in EvaluateAsInt() 15597 ExprTimeTraceScope TimeScope(this, Ctx, "EvaluateAsFixedPoint"); in EvaluateAsFixedPoint() 15612 ExprTimeTraceScope TimeScope(this, Ctx, "EvaluateAsFloat"); in EvaluateAsFloat() 15628 ExprTimeTraceScope TimeScope(this, Ctx, "EvaluateAsLValue"); in EvaluateAsLValue() 15676 ExprTimeTraceScope TimeScope(this, Ctx, "EvaluateAsConstantExpr"); in EvaluateAsConstantExpr() 15851 ExprTimeTraceScope TimeScope(this, Ctx, "EvaluateKnownConstInt"); in EvaluateKnownConstInt() 15889 ExprTimeTraceScope TimeScope(this, Ctx, "EvaluateForOverflow"); in EvaluateForOverflow() [all …]
|