Home
last modified time | relevance | path

Searched +defs:C +defs:LE +defs:S +defs:D (Results 1 – 10 of 10) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp37 llvm::DenseSet<const VarDecl *> &S; member in __anonf150ec120111::EHCodeVisitor
39 bool TraverseObjCAtFinallyStmt(ObjCAtFinallyStmt *S) { in TraverseObjCAtFinallyStmt()
44 bool TraverseObjCAtCatchStmt(ObjCAtCatchStmt *S) { in TraverseObjCAtCatchStmt()
49 bool TraverseCXXCatchStmt(CXXCatchStmt *S) { in TraverseCXXCatchStmt()
56 if (const VarDecl *D = dyn_cast<VarDecl>(DR->getDecl())) in VisitDeclRefExpr() local
61 EHCodeVisitor(llvm::DenseSet<const VarDecl *> &S) : in EHCodeVisitor()
147 bool isLive(const LiveVariables::LivenessValues &Live, const VarDecl *D) { in isLive()
258 void observeStmt(const Stmt *S, const CFGBlock *block, in observeStmt()
402 void operator()(const Stmt *S) { in operator ()()
406 if (auto *LE = dyn_cast<LambdaExpr>(S)) { in operator ()() local
[all …]
/external/clang/lib/Index/
DIndexBody.cpp32 bool dataTraverseStmtPre(Stmt *S) { in dataTraverseStmtPre()
37 bool dataTraverseStmtPost(Stmt *S) { in dataTraverseStmtPost()
261 bool VisitDeclStmt(DeclStmt *S) { in VisitDeclStmt()
269 const Decl *D = *I; in VisitDeclStmt() local
279 bool TraverseLambdaCapture(LambdaExpr *LE, const LambdaCapture *C) { in TraverseLambdaCapture()
295 bool TraverseInitListExpr(InitListExpr *S, DataRecursionQueue *Q = nullptr) { in TraverseInitListExpr()
351 void IndexingContext::indexBody(const Stmt *S, const NamedDecl *Parent, in indexBody()
/external/clang/lib/Analysis/
DCFG.cpp35 static SourceLocation GetEndLoc(Decl *D) { in GetEndLoc()
80 auto *D = dyn_cast<DeclRefExpr>(MaybeDecl->IgnoreParenImpCasts()); in tryNormalizeBinaryOperator() local
191 const_iterator(const LocalScope& S, unsigned I) in const_iterator()
266 int D = 0; in distance() local
327 reverse_children::reverse_children(Stmt *S) { in reverse_children()
576 CFGBlock *addStmt(Stmt *S) { in addStmt()
595 void appendStmt(CFGBlock *B, const Stmt *S) { in appendStmt()
618 void appendAutomaticObjDtor(CFGBlock *B, VarDecl *VD, Stmt *S) { in appendAutomaticObjDtor()
629 void addSuccessor(CFGBlock *B, CFGBlock *S, bool IsReachable = true) { in addSuccessor()
854 bool tryEvaluate(Expr *S, Expr::EvalResult &outResult) { in tryEvaluate()
[all …]
/external/clang/lib/Serialization/
DASTWriter.cpp218 FunctionType::ExtInfo C = T->getExtInfo(); in VisitFunctionType() local
1216 if (ASTFileSignature S = llvm::sys::Process::GetRandomNumber()) in getSignature() local
1739 endian::Writer<little> LE(Out); in EmitKeyDataLength() local
1752 endian::Writer<little> LE(Out); in EmitKey() local
1763 endian::Writer<little> LE(Out); in EmitData() local
2073 for (auto &LE : L.second) { in WriteSourceManagerBlock() local
2092 for (const auto &LE : L.second) { in WriteSourceManagerBlock() local
2639 for (const auto &C : Mod->Conflicts) { in WriteSubmodules() local
2774 for (const auto *D : DC->decls()) { in WriteDeclContextLexicalBlock() local
2890 endian::Writer<little> LE(Out); in EmitKeyDataLength() local
[all …]
/external/clang/lib/AST/
DExpr.cpp50 Decl *D = Ty->getDecl(); in getBestDynamicClassType() local
213 static void computeDeclRefDependence(const ASTContext &Ctx, NamedDecl *D, in computeDeclRefDependence()
325 ValueDecl *D, bool RefersToEnclosingVariableOrCapture, in DeclRefExpr()
371 ValueDecl *D, in Create()
387 ValueDecl *D, in Create()
658 const Decl *D = Decl::castFromDeclContext(DC); in ComputeName() local
691 void APNumericStorage::setIntValue(const ASTContext &C, in setIntValue()
708 IntegerLiteral::IntegerLiteral(const ASTContext &C, const llvm::APInt &V, in IntegerLiteral()
720 IntegerLiteral::Create(const ASTContext &C, const llvm::APInt &V, in Create()
726 IntegerLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create()
[all …]
/external/clang/lib/Sema/
DSemaDeclCXX.cpp60 Sema *S; member in __anon92980ac10111::CheckDefaultArgumentVisitor
374 void Sema::CheckExtraCXXDefaultArguments(Declarator &D) { in CheckExtraCXXDefaultArguments()
436 Scope *S) { in MergeCXXFunctionDecl()
1015 CheckConstexprFunctionStmt(Sema &SemaRef, const FunctionDecl *Dcl, Stmt *S, in CheckConstexprFunctionStmt()
1873 void Sema::CheckOverrideControl(NamedDecl *D) { in CheckOverrideControl()
1942 void Sema::DiagnoseAbsenceOfOverrideControl(NamedDecl *D) { in DiagnoseAbsenceOfOverrideControl()
2005 Sema::ActOnCXXMemberDeclarator(Scope *S, AccessSpecifier AS, Declarator &D, in ActOnCXXMemberDeclarator()
2275 Sema &S; member in __anon92980ac10211::UninitializedFieldVisitor
2296 UninitializedFieldVisitor(Sema &S, in UninitializedFieldVisitor()
2692 void Sema::ActOnFinishCXXInClassMemberInitializer(Decl *D, in ActOnFinishCXXInClassMemberInitializer()
[all …]
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp307 static void DoInitialMatch(const SCEV *S, Loop *L, in DoInitialMatch()
319 for (const SCEV *S : Add->operands()) in DoInitialMatch() local
347 for (const SCEV *S : MyGood) in DoInitialMatch() local
349 for (const SCEV *S : MyBad) in DoInitialMatch() local
361 void Formula::initialMatch(const SCEV *S, Loop *L, ScalarEvolution &SE) { in initialMatch()
441 void Formula::deleteBaseReg(const SCEV *&S) { in deleteBaseReg()
558 if (const SCEVConstant *C = dyn_cast<SCEVConstant>(LHS)) { in getExactSDiv() local
589 for (const SCEV *S : Add->operands()) { in getExactSDiv() local
604 for (const SCEV *S : Mul->operands()) { in getExactSDiv() local
624 static int64_t ExtractImmediate(const SCEV *&S, ScalarEvolution &SE) { in ExtractImmediate()
[all …]
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp252 static void DoInitialMatch(const SCEV *S, Loop *L, in DoInitialMatch()
310 void Formula::InitialMatch(const SCEV *S, Loop *L, ScalarEvolution &SE) { in InitialMatch()
345 void Formula::DeleteBaseReg(const SCEV *&S) { in DeleteBaseReg()
464 if (const SCEVConstant *C = dyn_cast<SCEVConstant>(LHS)) { in getExactSDiv() local
514 const SCEV *S = *I; in getExactSDiv() local
535 static int64_t ExtractImmediate(const SCEV *&S, ScalarEvolution &SE) { in ExtractImmediate()
536 if (const SCEVConstant *C = dyn_cast<SCEVConstant>(S)) { in ExtractImmediate() local
562 static GlobalValue *ExtractSymbol(const SCEV *&S, ScalarEvolution &SE) { in ExtractSymbol()
1273 static bool isAlwaysFoldable(const SCEV *S, in isAlwaysFoldable()
1543 ConstantInt *C = NULL; in OptimizeShadowIV() local
[all …]
/external/llvm/lib/Target/Hexagon/
DHexagonBitSimplify.cpp578 const MCInstrDesc &D = HII.get(Opc); in getUsedBits() local
1073 unsigned S = MI.getOperand(ImN).getImm(); in isLossyShiftLeft() local
1138 unsigned S = MI.getOperand(ImN).getImm(); in isLossyShiftRight() local
1204 unsigned LB, LE; in computeUsedBits() local
1368 unsigned ConstGeneration::genTfrConst(const TargetRegisterClass *RC, int64_t C, in genTfrConst()
1429 int64_t C; in processBlock() local
2525 bool HexagonLoopRescheduling::processLoop(LoopCand &C) { in processLoop()
2769 for (auto &C : Cand) in runOnMachineFunction() local
/external/v8/src/s390/
Dsimulator-s390.cc7006 EVALUATE(C) { in EVALUATE() argument
7036 EVALUATE(S) { in EVALUATE() argument
7073 EVALUATE(D) { in EVALUATE() argument
7141 EVALUATE(LE) { in EVALUATE() argument