Searched refs:UseLoc (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCAsmStreamer.cpp | 51 unsigned UseLoc : 1; member in __anon247e66110111::MCAsmStreamer 72 ShowInst(showInst), UseLoc(useLoc), UseCFI(useCFI) { in MCAsmStreamer() 752 if (UseLoc) { in EmitDwarfFileDirective() 767 if (!UseLoc) in EmitDwarfLocDirective() 1265 if (getContext().hasDwarfFiles() && !UseLoc) in Finish()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MIRCanonicalizerPass.cpp | 246 const unsigned UseLoc = getInstrIdx(*UseInst); in rescheduleCanonically() local 247 const unsigned Delta = (UseLoc - DefLoc); in rescheduleCanonically() 251 if (DefLoc >= UseLoc) in rescheduleCanonically()
|
/external/clang/lib/Sema/ |
D | SemaAccess.cpp | 1611 Sema::AccessResult Sema::CheckConstructorAccess(SourceLocation UseLoc, in CheckConstructorAccess() argument 1650 return CheckConstructorAccess(UseLoc, Constructor, Found, Entity, PD); in CheckConstructorAccess() 1654 Sema::AccessResult Sema::CheckConstructorAccess(SourceLocation UseLoc, in CheckConstructorAccess() argument 1692 return CheckAccess(*this, UseLoc, AccessEntity); in CheckConstructorAccess() 1716 Sema::AccessResult Sema::CheckMemberAccess(SourceLocation UseLoc, in CheckMemberAccess() argument 1727 return CheckAccess(*this, UseLoc, Entity); in CheckMemberAccess()
|
D | SemaLookup.cpp | 4984 void Sema::diagnoseMissingImport(SourceLocation UseLoc, NamedDecl *Decl, in diagnoseMissingImport() argument 5002 Diag(UseLoc, diag::err_module_unimported_use_multiple) in diagnoseMissingImport() 5005 PP.getModuleHeaderToIncludeForDiagnostics(UseLoc, DeclLoc)) { in diagnoseMissingImport() 5011 Diag(UseLoc, diag::err_module_unimported_use_header) in diagnoseMissingImport() 5016 Diag(UseLoc, diag::err_module_unimported_use) in diagnoseMissingImport() 5042 createImplicitModuleImportForErrorRecovery(UseLoc, Modules[0]); in diagnoseMissingImport()
|
D | SemaDeclCXX.cpp | 5076 SourceLocation UseLoc; member in Sema::InheritedConstructorInfo 5085 InheritedConstructorInfo(Sema &S, SourceLocation UseLoc, in InheritedConstructorInfo() argument 5087 : S(S), UseLoc(UseLoc) { in InheritedConstructorInfo() 5118 S.Diag(UseLoc, diag::err_ambiguous_inherited_constructor) in InheritedConstructorInfo() 5147 S.findInheritingConstructor(UseLoc, Ctor, It->second), in findConstructorForBase() 10228 SourceLocation UseLoc) { in diagnoseDeprecatedCopyOperation() argument 10267 S.Diag(UseLoc, diag::note_member_synthesized_at) in diagnoseDeprecatedCopyOperation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | MemorySSA.cpp | 250 const MemoryLocation &UseLoc, in instructionClobbersQuery() argument 270 AR = AA.alias(MemoryLocation(II->getArgOperand(1)), UseLoc); in instructionClobbersQuery() 292 ModRefInfo I = AA.getModRefInfo(DefInst, UseLoc); in instructionClobbersQuery()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4510 void DefineInheritingConstructor(SourceLocation UseLoc, 5587 AccessResult CheckMemberAccess(SourceLocation UseLoc,
|