HomeSort by relevance Sort by last modified time
    Searched refs:AddBoolean (Results 1 - 13 of 13) sorted by null

  /external/clang/lib/AST/
StmtProfile.cpp 163 ID.AddBoolean(S->isVolatile());
164 ID.AddBoolean(S->isSimple());
201 ID.AddBoolean(S->isIfExists());
224 ID.AddBoolean(S->hasEllipsis());
283 ID.AddBoolean(S->isExact());
358 ID.AddBoolean(S->isArrow());
363 ID.AddBoolean(S->isFileScope());
439 ID.AddBoolean(S->usesGNUSyntax());
750 ID.AddBoolean(S->getValue());
771 ID.AddBoolean(S->isImplicit())
    [all...]
Type.cpp     [all...]
ASTContext.cpp 388 ID.AddBoolean(Parm->isParameterPack());
397 ID.AddBoolean(TTP->isParameterPack());
403 ID.AddBoolean(NTTP->isParameterPack());
406 ID.AddBoolean(true);
413 ID.AddBoolean(false);
    [all...]
  /external/clang/lib/CodeGen/
CGCall.h 259 ID.AddBoolean(NoReturn);
260 ID.AddBoolean(ReturnsRetained);
261 ID.AddBoolean(HasRegParm);
274 ID.AddBoolean(info.getNoReturn());
275 ID.AddBoolean(info.getProducesResult());
276 ID.AddBoolean(info.getHasRegParm());
  /external/clang/include/clang/AST/
TemplateName.h 423 ID.AddBoolean(TemplateKeyword);
524 ID.AddBoolean(false);
531 ID.AddBoolean(true);
Type.h     [all...]
  /external/chromium/base/metrics/
histogram.h 238 counter->AddBoolean(sample); \
390 virtual void AddBoolean(bool value);
646 virtual void AddBoolean(bool value);
histogram.cc 127 void Histogram::AddBoolean(bool value) {
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 166 ID.AddBoolean(IsSink);
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 84 ID.AddBoolean(F->hasGC());
85 ID.AddBoolean(FTy->isVarArg());
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 533 ID.AddBoolean(IsPreVisit);
  /external/llvm/include/llvm/ADT/
FoldingSet.h 314 void AddBoolean(bool B) { AddInteger(B ? 1U : 0U); }
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 399 ID.AddBoolean(Assumption);
    [all...]

Completed in 4529 milliseconds