HomeSort by: relevance | last modified time | path
    Searched refs:AddBoolean (Results 1 - 20 of 20) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
ODRHash.cpp 37 AddBoolean(true);
43 AddBoolean(false);
56 AddBoolean(Name.isEmpty());
70 AddBoolean(S.isNull());
71 AddBoolean(S.isKeywordSelector());
72 AddBoolean(S.isUnarySelector());
77 AddBoolean(II);
101 AddBoolean(Template);
112 AddBoolean(Prefix);
207 // ID.AddBoolean
    [all...]
StmtProfile.cpp 97 ID.AddBoolean(NTTP->isParameterPack());
120 ID.AddBoolean(TTP->isParameterPack());
128 ID.AddBoolean(TTP->isParameterPack());
190 ID.AddBoolean(true);
195 ID.AddBoolean(II);
201 ID.AddBoolean(D);
210 ID.AddBoolean(NNS);
309 ID.AddBoolean(S->isVolatile());
310 ID.AddBoolean(S->isSimple());
350 ID.AddBoolean(S->isIfExists())
    [all...]
TemplateBase.cpp 330 ID.AddBoolean(true);
333 ID.AddBoolean(TTP->isParameterPack());
335 ID.AddBoolean(false);
DeclTemplate.cpp 502 ID.AddBoolean(RC != nullptr);
509 ID.AddBoolean(NTTP->isParameterPack());
515 ID.AddBoolean(TTP->isParameterPack());
516 ID.AddBoolean(TTP->hasTypeConstraint());
524 ID.AddBoolean(TTP->isParameterPack());
Type.cpp 197 ID.AddBoolean(SizeExpr != 0);
362 ID.AddBoolean(IsUnsigned);
3371 ID.AddBoolean(epi.HasTrailingReturn);
3715 ID.AddBoolean(isKindOf);
4414 ID.AddBoolean(IsDependent);
ASTContext.cpp 664 ID.AddBoolean(Parm->isParameterPack());
673 ID.AddBoolean(TTP->isParameterPack());
675 ID.AddBoolean(TC != nullptr);
680 ID.AddBoolean(true);
683 ID.AddBoolean(false);
689 ID.AddBoolean(NTTP->isParameterPack());
692 ID.AddBoolean(true);
699 ID.AddBoolean(false);
708 ID.AddBoolean(RequiresClause != nullptr);
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DynamicTypeInfo.h 44 ID.AddBoolean(CanBeASubClass);
ExplodedGraph.h 187 ID.AddBoolean(IsSink);
  /src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
CGFunctionInfo.h 736 ID.AddBoolean(InstanceMethod);
737 ID.AddBoolean(ChainCall);
738 ID.AddBoolean(NoReturn);
739 ID.AddBoolean(ReturnsRetained);
740 ID.AddBoolean(NoCallerSavedRegs);
741 ID.AddBoolean(HasRegParm);
743 ID.AddBoolean(NoCfCheck);
744 ID.AddBoolean(CmseNSCall);
746 ID.AddBoolean(HasExtParameterInfos);
764 ID.AddBoolean(InstanceMethod)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ODRHash.h 90 void AddBoolean(bool value);
TemplateName.h 434 ID.AddBoolean(TemplateKeyword);
535 ID.AddBoolean(false);
542 ID.AddBoolean(true);
Type.h 2779 ID.AddBoolean(SpelledAsLValue);
4830 ID.AddBoolean(ParameterPack);
5077 ID.AddBoolean(IsDependent);
5675 ID.AddBoolean(NumExpansions.hasValue());
6298 ID.AddBoolean(isRead);
6331 ID.AddBoolean(IsUnsigned);
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
GIMatchDagOperands.cpp 23 ID.AddBoolean(IsDef);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
StreamChecker.cpp 70 ID.AddBoolean(NoError);
71 ID.AddBoolean(FEof);
72 ID.AddBoolean(FError);
145 ID.AddBoolean(FilePositionIndeterminate);
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
LegacyPassManagers.h 258 ID.AddBoolean(AU.getPreservesAll());
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
FoldingSet.h 332 void AddBoolean(bool B) { AddInteger(B ? 1U : 0U); }
ImmutableSet.h 894 ID.AddBoolean(X);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 935 ID.AddBoolean(EnableNullFPSuppression);
1232 ID.AddBoolean(EnableNullFPSuppression);
1635 ID.AddBoolean(Assumption);
MemRegion.cpp 397 ID.AddBoolean(IsVirtual);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 602 ID.AddBoolean(C->isOpaque());
1448 ID.AddBoolean(isO);

Completed in 55 milliseconds