| /src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFTypePrinter.cpp | 85 void DWARFTypePrinter::appendPointerLikeTypeBefore(DWARFDie D, DWARFDie Inner, in appendPointerLikeTypeBefore() argument 87 appendQualifiedNameBefore(Inner); in appendPointerLikeTypeBefore() 90 if (needsParens(Inner)) in appendPointerLikeTypeBefore() 106 auto Inner = [&] { return InnerDIE = resolveReferencedType(D); }; in appendUnqualifiedNameBefore() local 110 appendPointerLikeTypeBefore(D, Inner(), "*"); in appendUnqualifiedNameBefore() 114 appendQualifiedNameBefore(Inner()); in appendUnqualifiedNameBefore() 122 appendQualifiedNameBefore(Inner()); in appendUnqualifiedNameBefore() 126 appendPointerLikeTypeBefore(D, Inner(), "&"); in appendUnqualifiedNameBefore() 129 appendPointerLikeTypeBefore(D, Inner(), "&&"); in appendUnqualifiedNameBefore() 132 appendQualifiedNameBefore(Inner()); in appendUnqualifiedNameBefore() [all …]
|
| /src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | VariantValue.cpp | 80 std::optional<DynTypedMatcher> Inner = in constructVariadicOperator() local 82 if (!Inner) in constructVariadicOperator() 84 DynMatchers.push_back(*Inner); in constructVariadicOperator() 135 std::string Inner; in getTypeAsString() local 138 Inner += "|"; in getTypeAsString() 139 Inner += Matchers[i].getSupportedKind().asStringRef(); in getTypeAsString() 141 return (Twine("Matcher<") + Inner + ">").str(); in getTypeAsString() 198 std::string Inner; in getTypeAsString() local 201 Inner += "&"; in getTypeAsString() 202 Inner += Args[i].getTypeAsString(); in getTypeAsString() [all …]
|
| /src/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaInternal.h | 250 SpecifierInfoList::iterator Inner; variable 256 Inner(!IsAtEnd ? Outer->second.begin() : OuterBack->second.end()) { in iterator() 261 ++Inner; 262 if (Inner == Outer->second.end() && Outer != OuterBack) { 264 Inner = Outer->second.begin(); 269 SpecifierInfo &operator*() { return *Inner; } 270 bool operator==(const iterator &RHS) const { return Inner == RHS.Inner; }
|
| /src/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | InterpolatingCompilationDatabase.cpp | 503 InterpolatingCompilationDatabase(std::unique_ptr<CompilationDatabase> Inner) in InterpolatingCompilationDatabase() argument 504 : Inner(std::move(Inner)), Index(this->Inner->getAllFiles()) {} in InterpolatingCompilationDatabase() 508 auto Known = Inner->getCompileCommands(Filename); in getCompileCommands() 516 Inner->getCompileCommands(Index.chooseProxy(Filename, foldType(Lang))); in getCompileCommands() 523 return Inner->getAllFiles(); in getAllFiles() 527 return Inner->getAllCompileCommands(); in getAllCompileCommands() 531 std::unique_ptr<CompilationDatabase> Inner; member in clang::tooling::__anon9618e36e0111::InterpolatingCompilationDatabase 538 inferMissingCompileCommands(std::unique_ptr<CompilationDatabase> Inner) { in inferMissingCompileCommands() argument 539 return std::make_unique<InterpolatingCompilationDatabase>(std::move(Inner)); in inferMissingCompileCommands()
|
| /src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFTypePrinter.h | 40 void appendPointerLikeTypeBefore(DWARFDie D, DWARFDie Inner, StringRef Ptr); 45 void appendUnqualifiedNameAfter(DWARFDie D, DWARFDie Inner, 59 void appendSubroutineNameAfter(DWARFDie D, DWARFDie Inner,
|
| /src/crypto/openssl/test/recipes/90-test_sslapi_data/ |
| H A D | ssltraceref.txt | 95 Inner Content Type = Handshake (22) 104 Inner Content Type = Handshake (22) 198 Inner Content Type = Handshake (22) 208 Inner Content Type = Handshake (22) 224 Inner Content Type = Handshake (22) 233 Inner Content Type = Handshake (22) 246 Inner Content Type = Handshake (22)
|
| H A D | ssltraceref-zlib.txt | 97 Inner Content Type = Handshake (22) 106 Inner Content Type = Handshake (22) 200 Inner Content Type = Handshake (22) 210 Inner Content Type = Handshake (22) 226 Inner Content Type = Handshake (22) 235 Inner Content Type = Handshake (22) 248 Inner Content Type = Handshake (22)
|
| /src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/union/ |
| H A D | tst.UnionInside.d | 48 union Inner { union 54 union Inner I;
|
| /src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/struct/ |
| H A D | err.D_DECL_INCOMPLETE.order2.d | 50 struct Inner { struct 56 struct Inner I; argument
|
| H A D | tst.StructInside.d | 49 struct Inner { struct 55 struct Inner I; argument
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 115 if (const Expr *Inner = peelOffPointerArithmetic(B)) { in getDerefExpr() local 116 E = Inner; in getDerefExpr() 2209 const Expr *Inner) { in findNodeForExpression() argument 2211 if (N->getStmtForDiagnostics() == Inner) in findNodeForExpression() 2276 Tracker::Result handle(const Expr *Inner, const ExplodedNode *InputNode, in handle() argument 2304 Tracker::Result handle(const Expr *Inner, const ExplodedNode *InputNode, in handle() argument 2311 NilReceiverBRVisitor::getNilReceiver(Inner, LVNode)) in handle() 2322 Tracker::Result handle(const Expr *Inner, const ExplodedNode *InputNode, in handle() argument 2326 if (const auto *Arr = dyn_cast<ArraySubscriptExpr>(Inner)) in handle() 2340 Tracker::Result handle(const Expr *Inner, const ExplodedNode *InputNode, in handle() argument [all …]
|
| /src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVSupport.cpp | 134 StringRef Inner = in getInnerComponent() local 137 return std::make_tuple(Outer, Inner); in getInnerComponent()
|
| /src/crypto/openssl/test/recipes/75-test_quicapi_data/ |
| H A D | ssltraceref-zlib.txt | 196 Inner Content Type = Handshake (22) 205 Inner Content Type = Handshake (22) 243 Inner Content Type = Handshake (22) 352 Inner Content Type = Handshake (22) 365 Inner Content Type = Handshake (22)
|
| H A D | ssltraceref.txt | 194 Inner Content Type = Handshake (22) 203 Inner Content Type = Handshake (22) 241 Inner Content Type = Handshake (22) 350 Inner Content Type = Handshake (22) 363 Inner Content Type = Handshake (22)
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopInterchange.cpp | 243 LoopInterchangeLegality(Loop *Outer, Loop *Inner, ScalarEvolution *SE, in LoopInterchangeLegality() argument 245 : OuterLoop(Outer), InnerLoop(Inner), SE(SE), ORE(ORE) {} in LoopInterchangeLegality() 270 bool tightlyNested(Loop *Outer, Loop *Inner); 301 LoopInterchangeProfitability(Loop *Outer, Loop *Inner, ScalarEvolution *SE, in LoopInterchangeProfitability() argument 303 : OuterLoop(Outer), InnerLoop(Inner), SE(SE), ORE(ORE) {} in LoopInterchangeProfitability() 334 LoopInterchangeTransform(Loop *Outer, Loop *Inner, ScalarEvolution *SE, in LoopInterchangeTransform() argument 337 : OuterLoop(Outer), InnerLoop(Inner), SE(SE), LI(LI), DT(DT), LIL(LIL) {} in LoopInterchangeTransform()
|
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | TypePrinter.cpp | 450 QualType Inner = skipTopLevelReferences(T->getPointeeTypeAsWritten()); in printLValueReferenceBefore() local 451 printBefore(Inner, OS); in printLValueReferenceBefore() 454 if (isa<ArrayType>(Inner)) in printLValueReferenceBefore() 463 QualType Inner = skipTopLevelReferences(T->getPointeeTypeAsWritten()); in printLValueReferenceAfter() local 466 if (isa<ArrayType>(Inner)) in printLValueReferenceAfter() 468 printAfter(Inner, OS); in printLValueReferenceAfter() 475 QualType Inner = skipTopLevelReferences(T->getPointeeTypeAsWritten()); in printRValueReferenceBefore() local 476 printBefore(Inner, OS); in printRValueReferenceBefore() 479 if (isa<ArrayType>(Inner)) in printRValueReferenceBefore() 488 QualType Inner = skipTopLevelReferences(T->getPointeeTypeAsWritten()); in printRValueReferenceAfter() local [all …]
|
| /src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LoopInfo.h | 490 auto Contains = [](const Loop *Outer, const Loop *Inner) { in movementPreservesLCSSAForm() 491 return !Outer || Outer->contains(Inner); in movementPreservesLCSSAForm()
|
| H A D | BranchProbabilityInfo.h | 220 Inner = 0x0, enumerator
|
| /src/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | TransUnbridgedCasts.cpp | 280 void getBlockMacroRanges(CastExpr *E, SourceRange &Outer, SourceRange &Inner) { in getBlockMacroRanges() argument 290 Inner = SourceRange(InnerBegin, InnerEnd); in getBlockMacroRanges()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.cpp | 6731 Register Inner = MRI.createGenericVirtualRegister(CondTy); in tryFoldSelectOfConstants() local 6732 B.buildNot(Inner, Cond); in tryFoldSelectOfConstants() 6733 B.buildZExtOrTrunc(Dest, Inner); in tryFoldSelectOfConstants() 6742 Register Inner = MRI.createGenericVirtualRegister(CondTy); in tryFoldSelectOfConstants() local 6743 B.buildNot(Inner, Cond); in tryFoldSelectOfConstants() 6744 B.buildSExtOrTrunc(Dest, Inner); in tryFoldSelectOfConstants() 6753 Register Inner = MRI.createGenericVirtualRegister(TrueTy); in tryFoldSelectOfConstants() local 6754 B.buildZExtOrTrunc(Inner, Cond); in tryFoldSelectOfConstants() 6755 B.buildAdd(Dest, Inner, False); in tryFoldSelectOfConstants() 6764 Register Inner = MRI.createGenericVirtualRegister(TrueTy); in tryFoldSelectOfConstants() local [all …]
|
| /src/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCExpr.cpp | 803 const auto *Inner = dyn_cast<MCSymbolRefExpr>(Expr); in canExpand() local 804 if (Inner) { in canExpand() 805 if (Inner->getKind() == MCSymbolRefExpr::VK_WEAKREF) in canExpand()
|
| /src/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ExprMutationAnalyzer.cpp | 105 AST_MATCHER_P(Stmt, canResolveToExpr, const Stmt *, Inner) { in AST_MATCHER_P() argument 109 auto *Target = dyn_cast<Expr>(Inner); in AST_MATCHER_P()
|
| /src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | DXContainerConstants.def | 28 SHADER_FEATURE_FLAG(10, 10, InnerCoverage, "PS Inner Coverage")
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAccess.cpp | 79 EffectiveContext() : Inner(nullptr), Dependent(false) {} in EffectiveContext() 82 : Inner(DC), in EffectiveContext() 147 return Inner; in getInnerContext() 152 DeclContext *Inner; member
|
| /src/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | BranchProbabilityInfo.cpp | 281 return Inner; in getSccBlockType() 287 uint32_t BlockType = Inner; in calculateSccBlockType() 307 if (BlockType != Inner) { in calculateSccBlockType()
|