| /freebsd/sys/contrib/dev/acpica/components/disassembler/ |
| H A D | dmcstyle.c | 183 BOOLEAN TopLevel); 1086 BOOLEAN TopLevel) in AcpiDmIsTargetAnOperand() argument 1123 if ((!TopLevel) && in AcpiDmIsTargetAnOperand() 1136 if (TopLevel) in AcpiDmIsTargetAnOperand()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TextNodeDumper.h | 42 bool TopLevel = true; variable 61 if (TopLevel) { in AddChild() 62 TopLevel = false; in AddChild() 70 TopLevel = true; in AddChild()
|
| H A D | JSONNodeDumper.h | 35 bool TopLevel = true; variable 52 if (TopLevel) { in AddChild() 53 TopLevel = false; in AddChild() 64 TopLevel = true; in AddChild()
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | ModuleMapFile.cpp | 108 std::optional<ModuleDecl> parseModuleDecl(bool TopLevel); 247 std::optional<ModuleDecl> ModuleMapFileParser::parseModuleDecl(bool TopLevel) { in parseModuleDecl() argument 287 if (TopLevel && !MDecl.Framework) { in parseModuleDecl() 298 if (!TopLevel) { in parseModuleDecl() 338 if (!TopLevel) in parseModuleDecl() 362 if (!TopLevel) { in parseModuleDecl()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ModuleFile.h | 73 bool TopLevel; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAG.cpp | 2056 SDValue HexagonDAGToDAGISel::balanceSubTree(SDNode *N, bool TopLevel) { in balanceSubTree() argument 2059 assert(!TopLevel || N->getOpcode() == ISD::ADD); in balanceSubTree() 2120 if (TopLevel && in balanceSubTree() 2149 return balanceSubTree(N, TopLevel); in balanceSubTree() 2156 if (TopLevel && !CanFactorize && !HaveTopLevelShift && in balanceSubTree() 2306 if (TopLevel && !CanFactorize && Leaves.hasConst()) { in balanceSubTree() 2335 return balanceSubTree(N, TopLevel); in balanceSubTree()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | InterfaceStubFunctionsConsumer.cpp | 26 enum RootDeclOrigin { TopLevel = 0, FromTU = 1, IsLate = 2 }; enumerator
|
| /freebsd/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesYAMLCompiler.cpp | 646 TopLevelItems TopLevel; member 666 mapTopLevelItems(IO, M.TopLevel); in mapping() 1187 convertTopLevelItems(/* context */ std::nullopt, M.TopLevel, in convertModule()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ItaniumMangle.cpp | 616 void mangleValueInTemplateArg(QualType T, const APValue &V, bool TopLevel, 6587 bool TopLevel, in mangleValueInTemplateArg() argument 6596 if (TopLevel && IsPrimaryExpr) in mangleValueInTemplateArg() 6780 if (TopLevel) in mangleValueInTemplateArg() 6810 if (TopLevel && Ctx.getLangOpts().getClangABICompat() <= in mangleValueInTemplateArg() 6954 if (TopLevel && !IsPrimaryExpr) in mangleValueInTemplateArg()
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | SampleProfReader.cpp | 78 json::OStream &JOS, bool TopLevel = false) { in dumpFunctionProfileJson() argument 122 if (TopLevel) in dumpFunctionProfileJson()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.cpp | 817 if (!(IFI.TopLevel && IFI.ModuleMap)) in handleTopLevelModule()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 5097 bool TopLevel = true; in CompareReferenceRelationship() local 5108 if (!TopLevel) in CompareReferenceRelationship() 5118 if (!isQualificationConversionStep(T2, T1, /*CStyle=*/false, TopLevel, in CompareReferenceRelationship() 5129 TopLevel = false; in CompareReferenceRelationship()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 2667 R.TopLevel = static_cast<bool>(Record[5]); in getInputFileInfo() 10260 if (IFI.TopLevel && IFI.ModuleMap) in visitTopLevelModuleMaps()
|