Searched defs:loc1 (Results 1 - 8 of 8) sorted by relevance

/external/bison/examples/calc++/
H A Dlocation.hh141 operator== (const location& loc1, const location& loc2) argument
143 return loc1.begin == loc2.begin && loc1.end == loc2.end;
148 operator!= (const location& loc1, const location& loc2) argument
150 return !(loc1 == loc2);
/external/clang/tools/libclang/
H A DCXSourceLocation.cpp48 unsigned clang_equalLocations(CXSourceLocation loc1, CXSourceLocation loc2) { argument
49 return (loc1.ptr_data[0] == loc2.ptr_data[0] &&
50 loc1.ptr_data[1] == loc2.ptr_data[1] &&
51 loc1.int_data == loc2.int_data);
/external/clang/unittests/Basic/
H A DSourceManagerTest.cpp216 SourceLocation loc1 = SourceMgr.translateLineCol(mainFileID, 3, 8); local
221 loc1 = SourceMgr.getMacroArgExpandedLocation(loc1);
227 EXPECT_TRUE(loc1.isFileID());
/external/oprofile/pp/
H A Dopannotate.cpp205 string::size_type loc1 = string::npos, loc2 = string::npos; local
210 loc1 = prev_line.find(":", 0);
211 if (loc1 != string::npos) {
212 loc2 = prev_line.find(":", loc1+1);
214 prev_vma_str = prev_line.substr(loc1+1, loc2);
241 *sit_prev = str + " :" + prev_line.substr(loc1+1);
/external/icu4c/test/intltest/
H A Dapicoll.cpp2192 Locale loc1 = Locale::getGermany(); local
2194 col1.setLocales(loc1, loc2, loc2); // default implementation has no effect
2197 col1.getDisplayName(loc1, loc2, displayName); // de_DE collator in fr_FR locale
/external/chromium/chrome/common/extensions/
H A Dextension.cc450 Extension::Location loc1, Extension::Location loc2) {
451 if (loc1 == loc2)
452 return loc1;
454 int loc1_rank = GetLocationRank(loc1);
462 return (loc1_rank > loc2_rank ? loc1 : loc2 );
449 GetHigherPriorityLocation( Extension::Location loc1, Extension::Location loc2) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 363 milliseconds