/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/include/clang/Serialization/ |
H A D | ModuleFile.h | 71 bool TopLevel; member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAG.cpp | 2045 SDValue HexagonDAGToDAGISel::balanceSubTree(SDNode *N, bool TopLevel) { in balanceSubTree() argument 2048 assert(!TopLevel || N->getOpcode() == ISD::ADD); in balanceSubTree() 2109 if (TopLevel && in balanceSubTree() 2138 return balanceSubTree(N, TopLevel); in balanceSubTree() 2145 if (TopLevel && !CanFactorize && !HaveTopLevelShift && in balanceSubTree() 2295 if (TopLevel && !CanFactorize && Leaves.hasConst()) { in balanceSubTree() 2324 return balanceSubTree(N, TopLevel); in balanceSubTree()
|
/freebsd/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesYAMLCompiler.cpp | 591 TopLevelItems TopLevel; member 611 mapTopLevelItems(IO, M.TopLevel); in mapping() 1099 convertTopLevelItems(/* context */ std::nullopt, M.TopLevel, in convertModule()
|
/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/AST/ |
H A D | ItaniumMangle.cpp | 621 void mangleValueInTemplateArg(QualType T, const APValue &V, bool TopLevel, 6314 bool TopLevel, in mangleValueInTemplateArg() argument 6323 if (TopLevel && IsPrimaryExpr) in mangleValueInTemplateArg() 6507 if (TopLevel) in mangleValueInTemplateArg() 6537 if (TopLevel && Ctx.getLangOpts().getClangABICompat() <= in mangleValueInTemplateArg() 6681 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 | 623 if (!(IFI.TopLevel && IFI.ModuleMap)) in handleTopLevelModule()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 4866 bool TopLevel = true; in CompareReferenceRelationship() local 4877 if (!TopLevel) in CompareReferenceRelationship() 4887 if (!isQualificationConversionStep(T2, T1, /*CStyle=*/false, TopLevel, in CompareReferenceRelationship() 4898 TopLevel = false; in CompareReferenceRelationship()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 2492 R.TopLevel = static_cast<bool>(Record[5]); in getInputFileInfo() 9643 if (IFI.TopLevel && IFI.ModuleMap) in visitTopLevelModuleMaps()
|