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

  /external/clang/lib/CodeGen/
CGCall.h 182 ID.AddBoolean(NoReturn);
183 ID.AddBoolean(ReturnsRetained);
184 ID.AddBoolean(HasRegParm);
197 ID.AddBoolean(Info.getNoReturn());
198 ID.AddBoolean(Info.getProducesResult());
199 ID.AddBoolean(Info.getHasRegParm());
  /external/clang/lib/AST/
StmtProfile.cpp 154 ID.AddBoolean(S->isVolatile());
155 ID.AddBoolean(S->isSimple());
203 ID.AddBoolean(S->hasEllipsis());
262 ID.AddBoolean(S->isExact());
337 ID.AddBoolean(S->isArrow());
342 ID.AddBoolean(S->isFileScope());
418 ID.AddBoolean(S->usesGNUSyntax());
455 ID.AddBoolean(S->isByRef());
456 ID.AddBoolean(S->isConstQualAdded());
724 ID.AddBoolean(S->getValue())
    [all...]
ASTContext.cpp 61 ID.AddBoolean(Parm->isParameterPack());
70 ID.AddBoolean(TTP->isParameterPack());
76 ID.AddBoolean(NTTP->isParameterPack());
79 ID.AddBoolean(true);
84 ID.AddBoolean(false);
    [all...]
Type.cpp     [all...]
  /external/clang/lib/Index/
EntityImpl.h 63 ID.AddBoolean(isObjCInstanceMethod);
  /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/llvm/include/llvm/ADT/
FoldingSet.h 311 void AddBoolean(bool B) { AddInteger(B ? 1U : 0U); }
  /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 482 ID.AddBoolean(IsPreVisit);
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 253 ID.AddBoolean(Assumption);

Completed in 592 milliseconds