Searched refs:Location (Results 76 - 99 of 99) sorted by relevance

1234

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp1787 assert(Location.isValid());
1788 return Location;
2367 Location = AllocLocation;
H A DMallocChecker.cpp156 check::Location,
/freebsd-10.0-release/sys/dev/mps/mpi/
H A Dmpi2_history.txt384 * 08-31-07 02.00.01 Added Command Buffer Data Location Address Space bits to
H A Dmpi2_cnfg.h652 U8 Location; /* 0x14 */ member in struct:_MPI2_MANPAGE7_CONNECTOR_INFO
679 /* defines for the Location field */
/freebsd-10.0-release/contrib/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp463 AliasAnalysis::Location Loc = AA.getLocation(Load);
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp890 AliasAnalysis::Location StoreLoc(Ptr, AccessSize);
H A DGVN.cpp1657 AliasAnalysis::Location Loc = VN.getAliasAnalysis()->getLocation(LI);
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp554 AliasAnalysis::Location getLoadStoreLocation(Instruction *Inst);
2582 AliasAnalysis::Location
2599 AliasAnalysis::Location ThisLoc = getLoadStoreLocation(Inst);
2610 AliasAnalysis::Location ThatLoc = getLoadStoreLocation(I);
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h1271 void setLocation(SourceLocation Location) { Loc = Location; } argument
1316 void setLocation(SourceLocation Location) { Loc = Location; } argument
3911 /// Location of the first index expression within the designated
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExpr.cpp144 llvm::Value *Location,
151 MakeNaturalAlignAddrLValue(Location, E->getType()),
157 EmitAggExpr(E, AggValueSlot::forAddr(Location, Alignment, Quals,
166 LValue LV = MakeAddrLValue(Location, E->getType());
143 EmitAnyExprToMem(const Expr *E, llvm::Value *Location, Qualifiers Quals, bool IsInit) argument
H A DCodeGenFunction.h1763 void EmitAnyExprToMem(const Expr *E, llvm::Value *Location,
2725 SourceLocation Location);
/freebsd-10.0-release/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh47 -p portsdir -- Location of uncompressed ports tree
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DVTableBuilder.cpp2447 SourceLocation Location) {
2451 Diags.Report(Context.getFullLoc(Location), DiagID) << Feature;
2446 ErrorUnsupported(StringRef Feature, SourceLocation Location) argument
H A DExprCXX.cpp172 Location = Info->getTypeLoc().getLocalSourceRange().getBegin();
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp3708 Sema::MarkBaseAndMemberDestructorsReferenced(SourceLocation Location, argument
3753 MarkFunctionReferenced(Location, const_cast<CXXDestructorDecl*>(Dtor));
3754 DiagnoseUseOfDecl(Dtor, Location);
3786 MarkFunctionReferenced(Location, const_cast<CXXDestructorDecl*>(Dtor));
3787 DiagnoseUseOfDecl(Dtor, Location);
3815 MarkFunctionReferenced(Location, const_cast<CXXDestructorDecl*>(Dtor));
3816 DiagnoseUseOfDecl(Dtor, Location);
11683 NewUses.push_back(VTableUse(VTables[I].Record, VTables[I].Location));
H A DTreeTransform.h176 TemporaryBase(TreeTransform &Self, SourceLocation Location, argument
181 if (Location.isValid())
182 Self.getDerived().setBase(Location, Entity);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp3149 SourceLocation Location = D->getLocation(); local
3151 if (Location.isFileID() && GenerateLineInfo) {
3153 PresumedLoc PLoc = SM->getPresumedLoc(Location);
3161 Location = D->getLocStart();
3168 Location = LSD->getExternLoc();
3171 InsertText(Location, LineString);
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DMachineInstr.cpp1337 AliasAnalysis::Location(V, (*I)->getSize(),
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp1069 "Location out of range for this buffer!");
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp418 MachineLocation Location(RI->getFrameRegister(*Asm->MF));
419 SPCU->addAddress(SPDie, dwarf::DW_AT_frame_base, Location);
/freebsd-10.0-release/sys/dev/mpt/mpilib/
H A Dmpi_cnfg.h791 U8 Location; /* 14h */ member in struct:_MPI_MANPAGE7_CONNECTOR_INFO
810 /* defines for the Location field */
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6423 VT.Location = SourceLocation::getFromRawEncoding(VTableUses[Idx++]);
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10136 AA.alias(AliasAnalysis::Location(SrcValue1, Overlap1, TBAAInfo1),
10137 AliasAnalysis::Location(SrcValue2, Overlap2, TBAAInfo2));
H A DSelectionDAGBuilder.cpp3286 AliasAnalysis::Location(SV, AA->getTypeStoreSize(Ty), TBAAInfo))) {

Completed in 816 milliseconds

1234