OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isTriviallyEmpty
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/ADT/
Twine.h
385
///
isTriviallyEmpty
- Check if this twine is trivially empty; a false
387
bool
isTriviallyEmpty
() const {
/external/llvm/lib/Support/
PathV2.cpp
363
if (!a.
isTriviallyEmpty
()) components.push_back(a.toStringRef(a_storage));
364
if (!b.
isTriviallyEmpty
()) components.push_back(b.toStringRef(b_storage));
365
if (!c.
isTriviallyEmpty
()) components.push_back(c.toStringRef(c_storage));
366
if (!d.
isTriviallyEmpty
()) components.push_back(d.toStringRef(d_storage));
/external/clang/lib/Frontend/
InitHeaderSearch.cpp
137
assert(!Path.
isTriviallyEmpty
() && "can't handle empty path here");
/external/llvm/lib/IR/
Value.cpp
181
if (NewName.
isTriviallyEmpty
() && !hasName())
Completed in 252 milliseconds