Searched refs:Location (Results 201 - 225 of 286) sorted by relevance

1234567891011>>

/external/llvm/lib/Transforms/Scalar/
H A DSink.cpp165 AliasAnalysis::Location Loc = AA->getLocation(L);
H A DObjCARC.cpp697 virtual AliasResult alias(const Location &LocA, const Location &LocB);
698 virtual bool pointsToConstantMemory(const Location &Loc, bool OrLocal);
702 const Location &Loc);
724 ObjCARCAliasAnalysis::alias(const Location &LocA, const Location &LocB) {
733 AliasAnalysis::alias(Location(SA, LocA.Size, LocA.TBAATag),
734 Location(SB, LocB.Size, LocB.TBAATag));
743 Result = AliasAnalysis::alias(Location(UA), Location(U
[all...]
H A DMemCpyOptimizer.cpp501 AliasAnalysis::Location StoreLoc = AA.getLocation(SI);
824 AliasAnalysis::Location SrcLoc = AliasAnalysis::getLocationForSource(M);
874 MD->getPointerDependencyFrom(AliasAnalysis::Location(ByValArg, ByValSize),
/external/chromium/chrome/common/extensions/
H A Dextension_manifests_unittest.cc47 Extension::Location location,
77 Extension::Location location,
H A Dextension.cc183 int GetLocationRank(Extension::Location location) {
421 Location location,
449 Extension::Location Extension::GetHigherPriorityLocation(
450 Extension::Location loc1, Extension::Location loc2) {
1455 Extension::Extension(const FilePath& path, Location location)
2921 Extension::Location location)
/external/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h183 class Location { class in namespace:clang::ento::check
462 SVal Location; member in struct:clang::ento::ImplicitNullDerefEvent
/external/elfutils/src/
H A Dldscript.c886 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
1027 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
/external/libpcap/
H A Dgrammar.c1230 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
1303 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
/external/qemu/
H A Dqemu-option.c522 Location loc;
964 Location loc;
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dglslang_tab.cpp1397 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
1542 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugEventSocketProxy.cs216 public override void Location(int line, int pos) { method in class:Antlr.Runtime.Debug.DebugEventSocketProxy
H A DRemoteDebugEventSocketListener.cs357 listener.Location(int.Parse(elements[1]),
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugEventSocketProxy.cs248 public override void Location( int line, int pos ) method in class:Antlr.Runtime.Debug.DebugEventSocketProxy
H A DRemoteDebugEventSocketListener.cs456 listener.Location( int.Parse( elements[1] ),
/external/chromium/chrome/browser/sync/glue/
H A Dautofill_data_type_controller_unittest.cc50 const tracked_objects::Location& location));
/external/v8/src/
H A Dscanner.cc43 octal_pos_(Location::invalid()),
683 octal_pos_ = Location(source_pos() - i - 1, source_pos() - 1);
758 octal_pos_ = Location(start_pos, source_pos());
/external/clang/lib/Lex/
H A DModuleMap.cpp472 unsigned Location; member in struct:clang::MMToken
478 Location = 0;
486 return SourceLocation::getFromRawEncoding(Location);
571 Tok.Location = LToken.getLocation().getRawEncoding();
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DXPathParser.java1600 // "Location path expected, but found "+m_token+" was encountered."
1638 // "Location step expected following '/' or '//'"
1738 // "Location step expected following '/' or '//'"
/external/bison/src/
H A Dparse-gram.c934 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
940 Type, Value, Location); \
1161 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
1488 /* Location data for the look-ahead symbol. */
/external/mesa3d/src/glsl/
H A Dglsl_parser.cpp2059 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
2065 Type, Value, Location, state); \
2213 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
2536 /* Location data for the lookahead symbol. */
/external/chromium/chrome/browser/extensions/
H A Dextension_service_unittest.cc139 Extension::Location location)
173 Extension::Location* location,
203 Extension::Location location_;
260 Extension::Location unused) {
277 Extension::Location location = Extension::INVALID;
297 Extension::Location location) {
312 Extension::Location location1 = Extension::INVALID;
537 Extension::Location location);
594 Extension::Location install_location,
2786 MockExtensionProvider* provider, Extension::Location locatio
[all...]
H A Dextension_service.cc294 Extension::Location location) {
654 Extension::Location location(extension->location());
942 Extension::Location location = (*ex)->location();
1891 Extension::Location location) {
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-parse.c1049 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
1055 Type, Value, Location, parser); \
1203 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
1526 /* Location data for the lookahead symbol. */
/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1193 SourceLocation Location) {
1197 Builder.CreateBitCast(CGM.EmitAnnotationUnit(Location), Int8PtrTy),
1198 CGM.EmitAnnotationLineNo(Location)
1190 EmitAnnotationCall(llvm::Value *AnnotationFn, llvm::Value *AnnotatedVal, llvm::StringRef AnnotationStr, SourceLocation Location) argument
/external/chromium/base/
H A Dmessage_pump_glib_unittest.cc148 void PostMessageLoopTask(const tracked_objects::Location& from_here,

Completed in 569 milliseconds

1234567891011>>