Searched +defs:C +defs:EQ +defs:S +defs:D (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporter.cpp | 59 if (const Stmt *S = PathDiagnosticLocation::getStmt(N)) in GetPreviousStmt() local 67 if (const Stmt *S = PathDiagnosticLocation::getStmt(N)) in GetCurrentOrPreviousStmt() local 210 static bool hasImplicitBody(const Decl *D) { in hasImplicitBody() 255 if (PathDiagnosticCallPiece *C = dyn_cast<PathDiagnosticCallPiece>(*I)) in removeEdgesToDefaultInitializers() local 290 if (PathDiagnosticCallPiece *C = dyn_cast<PathDiagnosticCallPiece>(*I)) in removePiecesWithInvalidLocations() local 345 const Stmt *getParent(const Stmt *S) { in getParent() 365 if (const Stmt *S = PathDiagnosticLocation::getNextStmt(N)) in ExecutionContinues() local 388 const Decl *D = N->getLocationContext()->getDecl(); in ExecutionContinues() local 403 static const Stmt *getEnclosingParent(const Stmt *S, const ParentMap &PM) { in getEnclosingParent() 426 getEnclosingStmtLocation(const Stmt *S, SourceManager &SMgr, const ParentMap &P, in getEnclosingStmtLocation() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.cpp | 2374 } else if (ExternalSymbolSDNode *S = dyn_cast<ExternalSymbolSDNode>(Callee)) { in LowerCall() local 8012 Constant *C = ConstantFP::get(*Context, APFloat(APInt(64, ~(1ULL << 63)))); in LowerFABS() local 8016 Constant *C = ConstantFP::get(*Context, APFloat(APInt(32, ~(1U << 31)))); in LowerFABS() local 8022 Constant *C = ConstantVector::get(CV); in LowerFABS() local 8039 Constant *C = ConstantFP::get(*Context, APFloat(APInt(64, 1ULL << 63))); in LowerFNEG() local 8043 Constant *C = ConstantFP::get(*Context, APFloat(APInt(32, 1U << 31))); in LowerFNEG() local 8049 Constant *C = ConstantVector::get(CV); in LowerFNEG() local 8098 Constant *C = ConstantVector::get(CV); in LowerFCOPYSIGN() local 8199 if (ConstantSDNode *C = in EmitTest() local 8299 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op1)) in EmitCmp() local [all …]
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 3327 } else if (ExternalSymbolSDNode *S = dyn_cast<ExternalSymbolSDNode>(Callee)) { in LowerCall() local 3633 LLVMContext &C = *DAG.getContext(); in IsEligibleForTailCallOptimization() local 4940 if (auto *C = getTargetShuffleMaskConstant(MaskNode)) { in getTargetShuffleMask() local 4954 if (auto *C = getTargetShuffleMaskConstant(MaskNode)) { in getTargetShuffleMask() local 5003 if (auto *C = getTargetShuffleMaskConstant(MaskNode)) { in getTargetShuffleMask() local 5018 if (auto *C = getTargetShuffleMaskConstant(MaskNode)) { in getTargetShuffleMask() local 5035 if (auto *C = getTargetShuffleMaskConstant(MaskNode)) { in getTargetShuffleMask() local 5047 if (auto *C = getTargetShuffleMaskConstant(MaskNode)) { in getTargetShuffleMask() local 5852 const Constant *C = nullptr; in LowerVectorBroadcast() local 8357 SDValue S = V.getOperand(Idx); in getScalarValueForVectorElement() local [all …]
|