Home
last modified time | relevance | path

Searched refs:loc3 (Results 1 – 8 of 8) sorted by relevance

/external/clang/unittests/Basic/
DSourceManagerTest.cpp219 SourceLocation loc3 = SourceMgr.translateLineCol(mainFileID, 5, 7); in TEST_F() local
224 loc3 = SourceMgr.getMacroArgExpandedLocation(loc3); in TEST_F()
230 EXPECT_TRUE(SourceMgr.isMacroArgExpansion(loc3)); in TEST_F()
232 EXPECT_EQ(loc3, toks[2].getLocation()); in TEST_F()
/external/oprofile/module/ia64/
DIA64syscallstub.h93 mov loc3=r8; \
110 mov r8=loc3; \
176 mov loc3=r16; /* preserve it */ \
192 mov r16=loc3; \
/external/libffi/src/ia64/
Dunix.S310 mov loc3 = gp
349 mov gp = loc3
/external/icu4c/test/intltest/
Dloctest.cpp2073 Locale loc3("en","Latn","","FOUR"); in TestVariantWithOutCountry() local
2074 if (0 != strcmp(loc3.getVariant(), "FOUR")) { in TestVariantWithOutCountry()
2075 …dn't get parsed correctly - name is %s - expected %s got %s", loc3.getName(), "FOUR", loc3.getVari… in TestVariantWithOutCountry()
Dcaltest.cpp2157 Locale loc3("en@calendar=roc"); in Test6703() local
2158 cal = Calendar::createInstance(loc3, status); in Test6703()
/external/chromium_org/third_party/icu/source/test/intltest/
Dloctest.cpp2052 Locale loc3("en","Latn","","FOUR"); in TestVariantWithOutCountry() local
2053 if (0 != strcmp(loc3.getVariant(), "FOUR")) { in TestVariantWithOutCountry()
Dcaltest.cpp2069 Locale loc3("en@calendar=roc"); in Test6703() local
2070 cal = Calendar::createInstance(loc3, status); in Test6703()
Dnumfmtst.cpp2675 Locale loc3("en", "US", "", "numbers=arabext"); in TestNumberingSystems() local
2689 NumberFormat* fmt3= NumberFormat::createInstance(loc3, ec); in TestNumberingSystems()