OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsFirst
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/IR/
Metadata.cpp
71
unsigned
IsFirst
= this->getValPtrInt();
73
this->setAsFirstOperand(
IsFirst
);
/external/clang/lib/Basic/
DiagnosticIDs.cpp
95
static bool
IsFirst
= true; // So the check is only performed on first call.
96
if (
IsFirst
) {
105
IsFirst
= false;
/external/clang/lib/Format/
FormatToken.h
80
CodePointCount(0),
IsFirst
(false), MustBreakBefore(false),
115
bool
IsFirst
;
Completed in 63 milliseconds