HomeSort by relevance Sort by last modified time
    Searched defs:Loc (Results 51 - 75 of 107) sorted by null

1 23 4 5

  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 149 /// getLocationNo - Return the location number that matches Loc.
178 // Add a singular (Idx,Idx) -> Loc mapping.
327 OS << " Loc" << i << '=';
404 // DBG_VALUE loc, offset, variable
593 const MachineOperand &Loc = locations[LocNo];
596 if (Loc.isReg() && LIS.hasInterval(Loc.getReg())) {
597 LiveInterval *LI = &LIS.getInterval(Loc.getReg());
660 MachineOperand &Loc = locations[LocNo];
661 if (!Loc.isReg() || Loc.getReg() != OldReg
    [all...]
TailDuplication.cpp 794 MachineBasicBlock::iterator Loc = PredBB->getFirstTerminator();
796 Copies.push_back(BuildMI(*PredBB, Loc, DebugLoc(),
854 MachineBasicBlock::iterator Loc = PrevBB->getFirstTerminator();
856 Copies.push_back(BuildMI(*PrevBB, Loc, DebugLoc(),
    [all...]
BranchFolding.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 405 const DebugLoc &Loc = I->getDebugLoc();
406 if (Loc.isUnknown()) continue;
407 if (Line == Loc.getLine()) continue;
408 Line = Loc.getLine();
409 if (SP != findSubprogram(DIScope(Loc.getScope(*Ctx)))) continue;
412 Lines.addLine(Loc.getLine());
  /external/clang/include/clang/AST/
ExprObjC.h 179 SourceLocation Loc;
192 D(d), Loc(l), Base(base), IsArrow(arrow), IsFreeIvar(freeIvar) {}
210 SourceLocation getLocation() const { return Loc; }
211 void setLocation(SourceLocation L) { Loc = L; }
214 return isFreeIvar() ? SourceRange(Loc)
215 : SourceRange(getBase()->getLocStart(), Loc);
420 void setReceiverLocation(SourceLocation Loc) { ReceiverLoc = Loc; }
752 void setSuper(SourceLocation Loc, QualType T, bool IsInstanceSuper) {
754 SuperLoc = Loc;
    [all...]
DeclBase.h 221 /// Loc - The location of this decl.
222 SourceLocation Loc;
280 Loc(L), DeclKind(DK), InvalidDecl(0),
310 SourceLocation getLocation() const { return Loc; }
311 void setLocation(SourceLocation L) { Loc = L; }
758 SourceLocation Loc;
764 : TheDecl(theDecl), Loc(L), SM(sm), Message(Msg) {}
    [all...]
ExprCXX.h 159 SourceLocation Loc; // the location of the casting op
167 : ExplicitCastExpr(SC, ty, VK, kind, op, PathSize, writtenTy), Loc(l),
180 SourceLocation getOperatorLoc() const { return Loc; }
186 return SourceRange(Loc, RParenLoc);
329 SourceLocation Loc;
334 Value(val), Loc(l) {}
342 SourceRange getSourceRange() const { return SourceRange(Loc); }
344 SourceLocation getLocation() const { return Loc; }
345 void setLocation(SourceLocation L) { Loc = L; }
358 SourceLocation Loc;
    [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h 199 /// modified because of a pragma. 'Loc' can be null if the point represents
203 FullSourceLoc Loc;
204 DiagStatePoint(DiagState *State, FullSourceLoc Loc)
205 : State(State), Loc(Loc) { }
208 // If Loc is invalid it means it came from <command-line>, in which case
210 if (RHS.Loc.isInvalid())
212 if (Loc.isInvalid())
214 return Loc.isBeforeInTranslationUnitThan(RHS.Loc);
    [all...]
  /external/clang/include/clang/Sema/
Overload.h 663 SourceLocation Loc;
669 OverloadCandidateSet(SourceLocation Loc) : Loc(Loc) {}
671 SourceLocation getLocation() const { return Loc; }
683 OverloadingResult BestViableFunction(Sema &S, SourceLocation Loc,
691 SourceLocation Loc = SourceLocation());
697 SourceLocation Loc,
  /external/clang/lib/Basic/
SourceManager.cpp 83 SourceLocation Loc,
119 Diag.Report(Loc, diag::err_cannot_open_file)
135 Diag.Report(Loc, diag::err_file_modified)
161 Diag.Report(Loc, diag::err_unsupported_bom)
240 // Get the include loc of the last entries' include loc as our include loc.
288 /// specified by Loc. If FilenameID is -1, it is considered to be
290 void SourceManager::AddLineNote(SourceLocation Loc, unsigned LineNo,
292 std::pair<FileID, unsigned> LocInfo = getDecomposedInstantiationLoc(Loc);
    [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp 332 : Dtor(Dtor), NRVOFlag(NRVOFlag), Loc(addr) {}
336 llvm::Value *Loc;
353 /*ForVirtualBase=*/false, Loc);
651 static void emitStoresForInitAfterMemset(llvm::Constant *Init, llvm::Value *Loc,
663 Builder.CreateStore(Init, Loc, isVolatile);
675 emitStoresForInitAfterMemset(Elt, Builder.CreateConstGEP2_32(Loc, 0, i),
    [all...]
CGExprAgg.cpp     [all...]
CGBlocks.cpp     [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 269 SourceLocation Loc = ConsumeStringToken();
275 Loc, Lang,
    [all...]
ParseExprCXX.cpp     [all...]
ParseObjc.cpp 968 SourceLocation Loc;
969 SelIdent = ParseObjCSelectorPiece(Loc);
    [all...]
ParseStmt.cpp 332 SourceLocation Loc = ConsumeToken();
333 return ParseSEHTryBlockCommon(Loc);
356 SourceLocation Loc = ConsumeToken();
357 Handler = ParseSEHExceptBlock(Loc);
359 SourceLocation Loc = ConsumeToken();
360 Handler = ParseSEHFinallyBlock(Loc);
828 SourceLocation Loc,
832 ParseCXXCondition(ExprResult, DeclResult, Loc, ConvertToBoolean);
840 = Actions.ActOnBooleanCondition(getCurScope(), Loc, ExprResult.get());
    [all...]
  /external/clang/lib/Sema/
SemaAccess.cpp     [all...]
SemaExprMember.cpp 190 SourceLocation Loc = nameInfo.getLoc();
191 SourceRange Range(Loc);
198 SemaRef.Diag(Loc, diag::err_invalid_member_use_in_static_method)
204 SemaRef.Diag(Loc, diag::err_invalid_non_static_member_use)
209 SemaRef.Diag(Loc, diag::err_member_call_without_object) << Range;
661 SourceLocation loc,
683 DeclarationNameInfo baseNameInfo(DeclarationName(), loc); local
717 Diag(loc, diag::err_invalid_member_use_in_static_method)
724 = new (Context) CXXThisExpr(loc, ThisTy, /*isImplicit=*/ true);
743 DeclarationNameInfo memberNameInfo(field->getDeclName(), loc);
1585 SourceLocation loc = R.getNameLoc(); local
    [all...]
SemaExprObjC.cpp     [all...]
SemaTemplateInstantiate.cpp 649 SourceLocation Loc;
657 SourceLocation Loc,
659 : inherited(SemaRef), TemplateArgs(TemplateArgs), Loc(Loc),
670 SourceLocation getBaseLocation() { return Loc; }
677 void setBase(SourceLocation Loc, DeclarationName Entity) {
678 this->Loc = Loc;
735 Decl *TransformDecl(SourceLocation Loc, Decl *D);
739 Decl *TransformDefinition(SourceLocation Loc, Decl *D)
    [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 302 Ty &Loc;
303 LocationClass(Ty &L) : Loc(L) {}
306 void apply(Opt &O) const { O.setLocation(O, Loc); }
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 300 static X86Operand *CreateToken(StringRef Str, SMLoc Loc) {
301 X86Operand *Res = new X86Operand(Token, Loc, Loc);
591 SMLoc Loc = Parser.getTok().getLoc();
599 Error(Loc, "scale factor in address must be 1, 2, 4 or 8");
608 SMLoc Loc = Parser.getTok().getLoc();
615 Warning(Loc, "scale factor without index register is ignored");
722 SMLoc Loc = Parser.getTok().getLoc();
723 Operands.push_back(X86Operand::CreateToken("*", Loc));
748 SMLoc Loc = getLexer().getLoc()
    [all...]
  /external/llvm/utils/TableGen/
TGParser.cpp 63 bool TGParser::AddValue(Record *CurRec, SMLoc Loc, const RecordVal &RV) {
70 return Error(Loc, "New definition of '" + RV.getName() + "' of type '" +
82 bool TGParser::SetValue(Record *CurRec, SMLoc Loc, const std::string &ValName,
90 return Error(Loc, "Value '" + ValName + "' unknown!");
106 return Error(Loc, "Value '" + ValName + "' is not a bits type");
112 return Error(Loc, "Initializer is not compatible with bit range");
125 return Error(Loc, "Cannot set bit #" + utostr(Bit) + " of value '" +
138 return Error(Loc, "Value '" + ValName + "' of type '" +
639 SMLoc Loc = Lex.getLoc();
641 return ParseIDValue(CurRec, Name, Loc);
    [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 95 std::list<clang::Stmt*> &StmtList, clang::SourceLocation Loc) {
112 Loc,
113 Loc);
371 clang::SourceLocation Loc) {
400 Loc);
426 Loc);
446 clang::SourceLocation Loc);
453 clang::SourceLocation Loc) {
497 Loc,
506 StmtArray[StmtCtr++] = new(C) clang::DeclStmt(DGR, Loc, Loc)
1496 clang::SourceLocation loc; local
    [all...]

Completed in 742 milliseconds

1 23 4 5