Searched defs:CS (Results 51 - 75 of 77) sorted by relevance

1234

/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1338 ConstantStruct *CS = dyn_cast<ConstantStruct>(InitList->getOperand(i)); local
1777 static void emitGlobalConstantStruct(const ConstantStruct *CS, AsmPrinter &AP) { argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp69 void TargetLowering::ArgListEntry::setAttributes(ImmutableCallSite *CS, argument
[all...]
H A DDAGCombiner.cpp9874 ConstantSDNode *CS = dyn_cast<ConstantSDNode>(Op.getOperand(1)); local
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DVerifier.cpp1503 void Verifier::VerifyCallSite(CallSite CS) { argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp531 ImmutableCallSite *CS = CLI.CS; local
471 getArgumentAlignment(SDValue Callee, const ImmutableCallSite *CS, Type *Ty, unsigned Idx) const argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp1862 computeBytesPoppedByCallee(const X86Subtarget &Subtarget, const ImmutableCallSite &CS) argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1188 void DFSanVisitor::visitCallSite(CallSite CS) { argument
[all...]
H A DMemorySanitizer.cpp612 CallSite CS = IndirectCallList[i]; local
1876 void visitCallSite(CallSite CS) { argument
2198 visitCallSite(CallSite &CS, IRBuilder<> &IRB) argument
2316 visitCallSite(CallSite &CS, IRBuilder<> &IRB) argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp1658 bool CodeGenPrepare::OptimizeInlineAsmInst(CallInst *CS) { argument
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DFormatString.h329 ConversionSpecifier CS; member in class:clang::analyze_format_string::FormatSpecifier
411 static bool classof(const analyze_format_string::ConversionSpecifier *CS) { argument
540 static bool classof(const analyze_format_string::ConversionSpecifier *CS) { argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DStmtPrinter.cpp659 Stmt *CS = cast<CapturedStmt>(Node->getAssociatedStmt())->getCapturedStmt(); local
[all...]
H A DExpr.cpp2193 const CompoundStmt *CS = cast<StmtExpr>(this)->getSubStmt(); local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDecl.cpp1004 const CompoundStmt *CS = SE->getSubStmt(); local
H A DCGStmt.cpp140 const CapturedStmt *CS = cast<CapturedStmt>(S); local
1203 const CaseStmt *CS = cast<CaseStmt>(Case); local
H A DCGCall.cpp2504 llvm::CallSite CS; local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp176 CFGStmt CS = ri->castAs<CFGStmt>(); local
H A DSemaStmt.cpp371 CaseStmt *CS = new (Context) CaseStmt(LHSVal, RHSVal, CaseLoc, DotDotDotLoc, local
381 CaseStmt *CS = static_cast<CaseStmt*>(caseStmt); local
745 CaseStmt *CS = cast<CaseStmt>(SC); local
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp619 PathDiagnosticLocation::createBeginBrace(const CompoundStmt *CS, argument
626 PathDiagnosticLocation::createEndBrace(const CompoundStmt *CS, argument
H A DExprEngine.cpp1352 Optional<CFGStmt> CS = Elem.getAs<CFGStmt>(); local
H A DBugReporter.cpp1501 const CompoundStmt *CS = NULL; local
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp659 hasReturnsTwiceAttr(SelectionDAG &DAG, SDValue Callee, ImmutableCallSite *CS) argument
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1976 ConstantStruct *CS = cast<ConstantStruct>(*i); local
2002 ConstantStruct *CS = cast<ConstantStruct>(*i); local
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp2786 CFGBlock *CFGBuilder::VisitCaseStmt(CaseStmt *CS) { argument
2750 shouldAddCase(bool &switchExclusivelyCovered, const Expr::EvalResult *switchCond, const CaseStmt *CS, ASTContext &Ctx) argument
2903 CXXCatchStmt *CS = Terminator->getHandler(h); local
2934 VisitCXXCatchStmt(CXXCatchStmt *CS) argument
3665 VisitCXXTryStmt(CXXTryStmt *CS) argument
[all...]
H A DThreadSafety.cpp1366 CFGStmt CS = BI->castAs<CFGStmt>(); local
2546 CFGStmt CS = BI->castAs<CFGStmt>(); local
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h708 const CaseStmt *CS = this; variable

Completed in 319 milliseconds

1234