Home
last modified time | relevance | path

Searched refs:temp_store (Results 1 – 4 of 4) sorted by relevance

/external/llvm/unittests/Support/
DPath.cpp140 SmallString<128> temp_store; in TEST() local
141 temp_store = *i; in TEST()
142 ASSERT_NO_ERROR(fs::make_absolute(temp_store)); in TEST()
143 temp_store = *i; in TEST()
144 path::remove_filename(temp_store); in TEST()
146 temp_store = *i; in TEST()
147 path::replace_extension(temp_store, "ext"); in TEST()
148 StringRef filename(temp_store.begin(), temp_store.size()), stem, ext; in TEST()
153 path::native(*i, temp_store); in TEST()
/external/llvm-project/llvm/unittests/Support/
DPath.cpp202 SmallString<128> temp_store; in TEST() local
203 temp_store = *i; in TEST()
204 ASSERT_NO_ERROR(fs::make_absolute(temp_store)); in TEST()
205 temp_store = *i; in TEST()
206 path::remove_filename(temp_store); in TEST()
208 temp_store = *i; in TEST()
209 path::replace_extension(temp_store, "ext"); in TEST()
210 StringRef filename(temp_store.begin(), temp_store.size()), stem, ext; in TEST()
215 path::native(*i, temp_store); in TEST()
/external/oss-fuzz/projects/sqlite3/
Dsql.dict272 pragma_temp_store@1=" temp_store"
/external/python/pycparser/utils/benchmark/inputs/
Dsqlite-btree.c.ppout2099 u8 temp_store;