Searched refs:temp_store (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/unittests/Support/
H A DPath.cpp127 SmallString<128> temp_store; local
128 temp_store = *i;
129 ASSERT_NO_ERROR(fs::make_absolute(temp_store));
130 temp_store = *i;
131 path::remove_filename(temp_store);
133 temp_store = *i;
134 path::replace_extension(temp_store, "ext");
135 StringRef filename(temp_store.begin(), temp_store.size()), stem, ext;
140 path::native(*i, temp_store);
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c9456 u8 temp_store; /* 1: file 2: memory 0: default */ member in struct:sqlite3
[all...]

Completed in 517 milliseconds