Searched refs:Expression (Results 51 - 75 of 100) sorted by relevance

1234

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp23 /// an expression \p Expression.
29 SVal Symbol, SVal Other, Expr* Expression, SValBuilder &svalBuilder,
31 QualType Ty = Expression->getType();
35 return svalBuilder.conjureSymbolVal(Expression, LCtx, Ty, Count);
28 conjureOffsetSymbolOnLocation( SVal Symbol, SVal Other, Expr* Expression, SValBuilder &svalBuilder, unsigned Count, const LocationContext *LCtx) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp1 //===--- ParseExprCXX.cpp - C++ Expression Parsing ------------------------===//
9 // This file implements the Expression parsing implementation for C++.
1963 case ConditionOrInitStatement::Expression: {
3353 ExprResult Expression =
3355 if (!Expression.isUsable()) {
3367 Req = Actions.ActOnCompoundRequirement(Expression.get(), NoexceptLoc);
3395 Expression.get(), NoexceptLoc, SS, takeTemplateIdAnnotation(Tok),
3518 ExprResult Expression =
3520 if (!Expression.isUsable()) {
3524 if (!Expression
[all...]
H A DParseTentative.cpp433 return ConditionOrInitStatement::Expression;
522 return ConditionOrInitStatement::Expression;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp1060 case TemplateArgument::Expression: {
1105 case TemplateArgument::Expression:
H A DSemaCast.cpp997 << OverloadExpr::find(SrcExpr.get()).Expression->getName()
1061 OverloadExpr* oe = OverloadExpr::find(SrcExpr.get()).Expression;
2542 OverloadExpr *OE = OverloadExpr::find(SrcExpr.get()).Expression;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp91 LLVM_DUMP_METHOD void Expression::dump() const {
386 DenseMap<GVNExpression::Expression *, uint32_t> ExpressionNumbering;
/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
H A Dasltypes.y522 %type <n> Expression
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp814 Expression enumerator in enum:__anon2879::PropertyImplStrategy::StrategyKind
880 Kind = Expression;
901 Kind = Expression;
908 Kind = Expression;
918 Kind = Expression;
1160 case PropertyImplStrategy::Expression:
1444 case PropertyImplStrategy::Expression:
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1215 Metadata *Expression, StorageType Storage,
1217 DEFINE_GETIMPL_LOOKUP(DIGlobalVariableExpression, (Variable, Expression));
1218 Metadata *Ops[] = {Variable, Expression};
1214 getImpl(LLVMContext &Context, Metadata *Variable, Metadata *Expression, StorageType Storage, bool ShouldCreate) argument
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h24 #include "lldb/Expression/Expression.h"
437 Expression::ResultType desired_type,
H A DClangASTContext.h29 #include "lldb/Expression/ExpressionVariable.h"
989 Expression::ResultType desired_type,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp15 #include "lldb/Expression/DiagnosticManager.h"
16 #include "lldb/Expression/ExpressionVariable.h"
17 #include "lldb/Expression/UserExpression.h"
257 condition_text, llvm::StringRef(), language, Expression::eResultTypeAny,
304 error.SetErrorString("Expression did not return a result");
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp204 case Completion::Expression:
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp561 case TemplateArgument::Expression:
H A DODRHash.cpp177 case TemplateArgument::Expression:
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h826 StringRef Expression) const {
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp74 #include "lldb/Expression/IRExecutionUnit.h"
75 #include "lldb/Expression/IRInterpreter.h"
271 ExecutionContextScope *exe_scope, Expression &expr,
487 if (expr.DesiredResultType() == Expression::eResultTypeId)
1269 err.SetErrorString("Expression needed to run in the target, but the "
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp788 // Returns true if Expression is loop invariant in LoopNest.
789 bool DependenceInfo::isLoopInvariant(const SCEV *Expression, argument
793 return SE->isLoopInvariant(Expression, LoopNest) &&
794 isLoopInvariant(Expression, LoopNest->getParentLoop());
800 // have a level <= CommonLevels and are referred to by the SCEV Expression.
801 void DependenceInfo::collectCommonLoops(const SCEV *Expression, argument
806 if (Level <= CommonLevels && !SE->isLoopInvariant(Expression, LoopNest))
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h25 #include "lldb/Expression/Expression.h"
1030 Expression::ResultType desired_type,
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h96 class Expression;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp51 case TemplateArgument::Expression:
H A DUSRGeneration.cpp962 case TemplateArgument::Expression:
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp120 Tag -= Counter::Expression;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1793 ExplicitSpecifier(Expr *Expression, ExplicitSpecKind Kind) argument
1794 : ExplicitSpec(Expression, Kind) {}
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h3071 getImpl(LLVMContext &Context, Metadata *Variable, Metadata *Expression,
3080 (Metadata * Variable, Metadata *Expression),
3081 (Variable, Expression))

Completed in 1804 milliseconds

1234