Searched refs:ArrayRef (Results 126 - 150 of 436) sorted by relevance

1234567891011>>

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h95 ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() {
H A DExprEngine.h154 void ViewGraph(ArrayRef<const ExplodedNode*> Nodes);
279 ArrayRef<const MemRegion *> ExplicitRegions,
280 ArrayRef<const MemRegion *> Regions,
485 ArrayRef<const MemRegion *> ExplicitRegions,
486 ArrayRef<const MemRegion *> Regions,
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/
H A DBodyFarm.cpp58 CompoundStmt *makeCompound(ArrayRef<Stmt*>);
105 CompoundStmt *ASTMaker::makeCompound(ArrayRef<Stmt *> Stmts) {
217 CompoundStmt *CS = M.makeCompound(ArrayRef<Stmt*>(Stmts, 2));
328 CompoundStmt *Body = M.makeCompound(ArrayRef<Stmt*>(Stmts, 2));
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlanCallFunction.h21 #include "llvm/ADT/ArrayRef.h"
34 llvm::ArrayRef<lldb::addr_t> args,
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.h33 llvm::ArrayRef<lldb::addr_t> args) const;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.h36 llvm::ArrayRef<lldb::addr_t> args) const;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.h37 llvm::ArrayRef<lldb::addr_t> args) const;
/freebsd-10-stable/contrib/llvm/tools/llvm-readobj/
H A DStreamWriter.cpp31 ArrayRef<uint8_t> Data, bool Block) {
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h44 #include "llvm/ADT/ArrayRef.h"
1537 ArrayRef<Decl *> Group);
1544 void ActOnDocumentableDecls(ArrayRef<Decl *> Group);
1724 ArrayRef<Decl *> Fields,
1776 ArrayRef<Decl *> Elements,
2120 ArrayRef<Expr *> Args,
2126 ArrayRef<Expr *> Args,
2133 ArrayRef<Expr *> Args,
2140 ArrayRef<Expr *> Args,
2149 ArrayRef<Exp
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h311 ArrayRef<const GlobalVariable *> TyInfo);
316 ArrayRef<const GlobalVariable *> TyInfo);
342 void setCallSiteLandingPad(MCSymbol *Sym, ArrayRef<unsigned> Sites);
H A DScheduleDFS.h144 void compute(ArrayRef<SUnit> SUnits);
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h272 ArrayRef<CanQualType> argTypes,
343 ArrayRef<CanQualType> argTypes) {
351 for (ArrayRef<CanQualType>::iterator
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Driver/
H A DDriver.h243 Compilation *BuildCompilation(ArrayRef<const char *> Args);
249 void ParseDriverMode(ArrayRef<const char *> Args);
253 llvm::opt::InputArgList *ParseArgStrings(ArrayRef<const char *> Args);
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Tooling/
H A DTooling.h189 ToolInvocation(ArrayRef<std::string> CommandLine, FrontendAction *FAction,
197 ToolInvocation(ArrayRef<std::string> CommandLine, ToolAction *Action,
248 ArrayRef<std::string> SourcePaths);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Tooling/
H A DCompilationDatabase.cpp177 MatchesAny(ArrayRef<std::string> Arr) : Arr(Arr) {}
185 ArrayRef<std::string> Arr;
297 FixedCompilationDatabase(Twine Directory, ArrayRef<std::string> CommandLine) {
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp260 void addThroughConstraints(InterferenceCache::Cursor, ArrayRef<unsigned>);
264 void splitAroundRegion(LiveRangeEdit&, ArrayRef<unsigned>);
657 ArrayRef<LiveInterval*> IVR = Q.interferingVRegs();
759 ArrayRef<SplitAnalysis::BlockInfo> UseBlocks = SA->getUseBlocks();
816 ArrayRef<unsigned> Blocks) {
852 ArrayRef<SpillPlacement::BlockConstraint> Array(BCS, B);
858 ArrayRef<SpillPlacement::BlockConstraint> Array(BCS, B);
873 ArrayRef<unsigned> NewBundles = SpillPlacer->getRecentPositive();
878 ArrayRef<unsigned> Blocks = Bundles->getBlocks(Bundle);
879 for (ArrayRef<unsigne
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DExprCXX.cpp144 ArrayRef<Expr*> placementArgs,
809 ArrayRef<Expr*> Args,
838 ArrayRef<Expr*> Args,
854 ArrayRef<Expr*> args,
925 ArrayRef<Capture> Captures,
928 ArrayRef<Expr *> CaptureInits,
929 ArrayRef<VarDecl *> ArrayIndexVars,
930 ArrayRef<unsigned> ArrayIndexStarts,
988 ArrayRef<Capture> Captures,
991 ArrayRef<Exp
[all...]
H A DCommentSema.cpp45 ArrayRef<InlineContentComment *> Content) {
62 ArrayRef<BlockCommandComment::Argument> Args) {
364 ArrayRef<InlineCommandComment::Argument> Args;
404 ArrayRef<InlineCommandComment::Argument> Args;
435 ArrayRef<VerbatimBlockLineComment *> Lines) {
462 ArrayRef<HTMLStartTagComment::Attribute> Attrs,
534 ArrayRef<BlockContentComment *> Blocks) {
696 ArrayRef<const ParmVarDecl *> ParamVars = getParamVars();
898 ArrayRef<const ParmVarDecl *> Sema::getParamVars() {
909 ArrayRef<cons
[all...]
H A DAPValue.cpp431 ArrayRef<LValuePathEntry> Path = getLValuePath();
567 ArrayRef<APValue::LValuePathEntry> APValue::getLValuePath() const {
570 return ArrayRef<LValuePathEntry>(LVal.getPath(), LVal.PathLength);
590 ArrayRef<LValuePathEntry> Path, bool IsOnePastTheEnd,
614 ArrayRef<const CXXRecordDecl*> APValue::getMemberPointerPath() const {
617 return ArrayRef<const CXXRecordDecl*>(MPD.getPath(), MPD.PathLength);
634 ArrayRef<const CXXRecordDecl*> Path) {
H A DExpr.cpp1090 unsigned NumPreArgs, ArrayRef<Expr*> args, QualType t,
1118 CallExpr::CallExpr(const ASTContext& C, Expr *fn, ArrayRef<Expr*> args,
1284 ArrayRef<OffsetOfNode> comps,
1285 ArrayRef<Expr*> exprs,
1305 ArrayRef<OffsetOfNode> comps, ArrayRef<Expr*> exprs,
1837 ArrayRef<Expr*> initExprs, SourceLocation rbraceloc)
2637 bool Expr::hasAnyTypeDependentArguments(ArrayRef<Expr *> Exprs) {
3333 ArrayRef<SourceLocation> SelLocs,
3336 ArrayRef<Exp
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmtAsm.cpp23 #include "llvm/ADT/ArrayRef.h"
64 ArrayRef<GCCAsmStmt::AsmStringPiece> AsmStrPieces) {
473 ArrayRef<Token> AsmToks,
476 ArrayRef<StringRef> Constraints,
477 ArrayRef<StringRef> Clobbers,
478 ArrayRef<Expr*> Exprs,
H A DSemaOpenMP.cpp519 ArrayRef<Expr *> VarList) {
529 ArrayRef<Expr *> VarList) {
531 for (ArrayRef<Expr *>::iterator I = VarList.begin(),
623 for (ArrayRef<OMPClause *>::iterator I = S->clauses().begin(),
640 ArrayRef<Expr *> getImplicitFirstprivate() { return ImplicitFirstprivate; }
648 ArrayRef<OMPClause *> Clauses,
695 StmtResult Sema::ActOnOpenMPParallelDirective(ArrayRef<OMPClause *> Clauses,
772 ArrayRef<Expr *> VarList,
796 OMPClause *Sema::ActOnOpenMPPrivateClause(ArrayRef<Expr *> VarList,
801 for (ArrayRef<Exp
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/IR/
H A DInstructions.h19 #include "llvm/ADT/ArrayRef.h"
711 void init(Value *Ptr, ArrayRef<Value *> IdxList, const Twine &NameStr);
717 inline GetElementPtrInst(Value *Ptr, ArrayRef<Value *> IdxList,
720 inline GetElementPtrInst(Value *Ptr, ArrayRef<Value *> IdxList,
726 static GetElementPtrInst *Create(Value *Ptr, ArrayRef<Value *> IdxList,
733 static GetElementPtrInst *Create(Value *Ptr, ArrayRef<Value *> IdxList,
744 ArrayRef<Value *> IdxList,
752 ArrayRef<Value *> IdxList,
781 static Type *getIndexedType(Type *Ptr, ArrayRef<Value *> IdxList);
782 static Type *getIndexedType(Type *Ptr, ArrayRef<Constan
[all...]
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DAttributes.cpp400 ArrayRef<Attribute> Attrs) {
528 ArrayRef<std::pair<unsigned, AttributeSetNode*> > Attrs) {
552 ArrayRef<std::pair<unsigned, Attribute> > Attrs){
569 for (ArrayRef<std::pair<unsigned, Attribute> >::iterator I = Attrs.begin(),
586 ArrayRef<std::pair<unsigned,
625 ArrayRef<Attribute::AttrKind> Kind) {
627 for (ArrayRef<Attribute::AttrKind>::iterator I = Kind.begin(),
633 AttributeSet AttributeSet::get(LLVMContext &C, ArrayRef<AttributeSet> Attrs) {
795 ArrayRef<std::pair<unsigned, AttributeSetNode*> >(
803 ArrayRef<st
[all...]
H A DMetadata.cpp113 MDNode::MDNode(LLVMContext &C, ArrayRef<Value*> Vals, bool isFunctionLocal)
217 MDNode *MDNode::getMDNode(LLVMContext &Context, ArrayRef<Value*> Vals,
268 MDNode *MDNode::get(LLVMContext &Context, ArrayRef<Value*> Vals) {
273 ArrayRef<Value*> Vals,
278 MDNode *MDNode::getIfExists(LLVMContext &Context, ArrayRef<Value*> Vals) {
282 MDNode *MDNode::getTemporary(LLVMContext &Context, ArrayRef<Value*> Vals) {

Completed in 245 milliseconds

1234567891011>>