Searched refs:Location (Results 176 - 200 of 286) sorted by relevance

1234567891011>>

/external/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp144 AliasAnalysis::Location Loc(Arg,
169 AliasAnalysis::Location Loc = AA->getLocation(LI);
176 AliasAnalysis::Location Loc = AA->getLocation(SI);
182 AliasAnalysis::Location Loc = AA->getLocation(VI);
/external/webkit/Source/WebCore/page/
H A DDOMWindow.h56 class Location;
131 Location* location() const;
356 Location* optionalLocation() const { return m_location.get(); }
469 mutable RefPtr<Location> m_location;
/external/chromium/chrome/browser/extensions/
H A Dextension_service.h436 Extension::Location location);
440 Extension::Location location);
613 // List of registered component extensions (see Extension::Location).
H A Dextension_prefs.h102 const Extension::Location& location,
H A Dextension_ui_unittest.cc27 Extension::Location location) {
H A Dextension_updater.h140 void AddExtensionData(Extension::Location location,
/external/chromium/chrome/browser/sync/glue/
H A Dsync_backend_host.h348 void DoRequestNudge(const tracked_objects::Location& location);
531 virtual void RequestNudge(const tracked_objects::Location& location);
H A Dbookmark_data_type_controller_unittest.cc38 const tracked_objects::Location& location));
H A Dextension_data_type_controller_unittest.cc32 const tracked_objects::Location& location));
H A Dpreference_data_type_controller_unittest.cc33 const tracked_objects::Location& location));
H A Dtheme_data_type_controller_unittest.cc32 const tracked_objects::Location& location));
/external/v8/src/
H A Dparser.h52 ParserMessage(Scanner::Location loc, const char* message,
58 Scanner::Location location() { return loc_; }
62 Scanner::Location loc_;
125 Scanner::Location MessageLocation();
446 void ReportMessageAt(Scanner::Location loc,
449 void ReportMessageAt(Scanner::Location loc,
H A Dparser.cc371 Scanner::Location ScriptDataImpl::MessageLocation() {
374 return Scanner::Location(beg_pos, end_pos);
759 Scanner::Location source_location = scanner().location();
765 Scanner::Location source_location = scanner().location();
770 void Parser::ReportMessageAt(Scanner::Location source_location,
788 void Parser::ReportMessageAt(Scanner::Location source_location,
1124 Scanner::Location token_loc = scanner().peek_location();
3929 Scanner::Location loc,
3959 Scanner::Location loc,
4112 // Location o
[all...]
/external/chromium/chrome/browser/sync/engine/
H A Dsyncer_thread.cc36 const tracked_objects::Location& nudge_location) : purpose(purpose),
314 const tracked_objects::Location& nudge_location) {
332 const tracked_objects::Location& nudge_location) {
358 bool is_canary_job, const tracked_objects::Location& nudge_location) {
486 const tracked_objects::Location& nudge_location) {
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h113 /// Use the "Data" and "Location" fields instead.
133 SourceLocation Location; member in class:clang::ento::CallEvent
154 Data(Original.Data), Location(Original.Location), RefCount(0) {}
621 Location = Trigger->getLocEnd();
628 virtual SourceRange getSourceRange() const { return Location; }
/external/bison/data/
H A Dglr.c578 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
584 Value]b4_locations_if([, Location])[]b4_user_args[); \
596 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
H A Dyacc.c655 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
661 Type, Value]b4_locations_if([, Location])[]b4_user_args[); \
728 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
978 /* Location data for the look-ahead symbol. */
/external/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp87 MachineLocation Location; local
91 Location.set(MI->getOperand(0).getReg(), MI->getOperand(2).getImm());
95 return Location;
/external/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp699 MachineLocation Location; local
704 Location.set(MI->getOperand(0).getReg(), MI->getOperand(3).getImm());
708 return Location;
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h76 PathDiagnosticLocation Location; member in class:clang::ento::BugReport
140 : BT(bt), DeclWithIssue(0), Description(desc), Location(l), ErrorNode(0),
/external/llvm/include/llvm/Support/
H A DYAMLParser.h130 void setError(const Twine &Message, Token &Location) const;
499 void setError(const Twine &Message, Token &Location) const;
/external/chromium/base/
H A Dtracked_objects.cc73 BirthOnThread::BirthOnThread(const Location& location)
78 Births::Births(const Location& location)
269 Births* ThreadData::TallyABirth(const Location& location) {
674 void Aggregation::AddBirthPlace(const Location& location) {
/external/chromium/chrome/browser/sync/
H A Dtest_profile_sync_service.cc56 const tracked_objects::Location& location) {
/external/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp30 public Checker<check::Location> {
H A DDereferenceChecker.cpp28 : public Checker< check::Location,

Completed in 2627 milliseconds

1234567891011>>