OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isNullary
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/ADT/
Twine.h
57
///
isNullary
(), \see isUnary(), and \see isBinary() predicates exist for
167
assert(
isNullary
() && "Invalid kind!");
195
///
isNullary
- Check if this is a nullary twine (null or empty).
196
bool
isNullary
() const {
202
return getRHSKind() == EmptyKind && !
isNullary
();
214
if (
isNullary
() && getRHSKind() != EmptyKind)
388
return
isNullary
();
/external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp
678
const RetainSummary *Summ, bool
isNullary
= true) {
680
Selector S =
isNullary
? GetNullarySelector(name, Ctx)
[
all
...]
Completed in 124 milliseconds