Home
last modified time | relevance | path

Searched defs:Inner (Results 1 – 25 of 49) sorted by relevance

12

/freebsd-src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/struct/
H A Derr.D_DECL_INCOMPLETE.order2.d50 struct Inner { struct
51 struct InnerMore IMore; argument
56 struct Inner I; argument
H A Dtst.StructInside.d49 struct Inner { struct
50 struct InnerMore IMore; argument
55 struct Inner I; argument
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypePrinter.cpp85 void DWARFTypePrinter::appendPointerLikeTypeBefore(DWARFDie D, DWARFDie Inner, in appendPointerLikeTypeBefore() argument
106 auto Inner = [&] { return InnerDIE = resolveReferencedType(D); }; in appendUnqualifiedNameBefore() local
215 appendUnqualifiedNameAfter(DWARFDie D,DWARFDie Inner,bool SkipFirstParamIfArtificial) appendUnqualifiedNameAfter() argument
518 DWARFDie Inner = appendUnqualifiedNameBefore(D, OriginalFullName); appendUnqualifiedName() local
522 appendSubroutineNameAfter(DWARFDie D,DWARFDie Inner,bool SkipFirstParamIfArtificial,bool Const,bool Volatile) appendSubroutineNameAfter() argument
[all...]
/freebsd-src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/union/
H A Dtst.UnionInside.d48 union Inner { union
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp80 std::optional<DynTypedMatcher> Inner = in constructVariadicOperator() local
135 std::string Inner; in getTypeAsString() local
198 std::string Inner; in getTypeAsString() local
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp503 InterpolatingCompilationDatabase(std::unique_ptr<CompilationDatabase> Inner) in InterpolatingCompilationDatabase()
531 std::unique_ptr<CompilationDatabase> Inner; member in clang::tooling::__anon8a9af54b0111::InterpolatingCompilationDatabase
538 inferMissingCompileCommands(std::unique_ptr<CompilationDatabase> Inner) { in inferMissingCompileCommands()
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSupport.cpp134 StringRef Inner = in getInnerComponent() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h220 Inner = 0x0, enumerator
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp114 if (const Expr *Inner = peelOffPointerArithmetic(B)) { getDerefExpr() local
2205 findNodeForExpression(const ExplodedNode * N,const Expr * Inner) findNodeForExpression() argument
2272 handle(const Expr * Inner,const ExplodedNode * InputNode,const ExplodedNode * LVNode,TrackingOptions Opts) handle() argument
2300 handle(const Expr * Inner,const ExplodedNode * InputNode,const ExplodedNode * LVNode,TrackingOptions Opts) handle() argument
2318 handle(const Expr * Inner,const ExplodedNode * InputNode,const ExplodedNode * LVNode,TrackingOptions Opts) handle() argument
2336 handle(const Expr * Inner,const ExplodedNode * InputNode,const ExplodedNode * LVNode,TrackingOptions Opts) handle() argument
2504 handle(const Expr * Inner,const ExplodedNode * InputNode,const ExplodedNode * LVNode,TrackingOptions Opts) handle() argument
2581 __anon538bd2f50802(const Expr *Inner) handle() argument
2644 const Expr *Inner = peelOffOuterExpr(E, N); track() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp243 LoopInterchangeLegality(Loop *Outer, Loop *Inner, ScalarEvolution *SE, in LoopInterchangeLegality() argument
301 LoopInterchangeProfitability(Loop *Outer, Loop *Inner, ScalarEvolution *SE, in LoopInterchangeProfitability() argument
334 LoopInterchangeTransform(Loop *Outer, Loop *Inner, ScalarEvolution *SE, in LoopInterchangeTransform() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h254 SpecifierInfoList::iterator Inner; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp280 void getBlockMacroRanges(CastExpr *E, SourceRange &Outer, SourceRange &Inner) { in getBlockMacroRanges() argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp468 printAfter(Inner, OS); in printRValueReferenceBefore() local
443 QualType Inner = skipTopLevelReferences(T->getPointeeTypeAsWritten()); printLValueReferenceBefore() local
456 QualType Inner = skipTopLevelReferences(T->getPointeeTypeAsWritten()); printLValueReferenceAfter() local
481 QualType Inner = skipTopLevelReferences(T->getPointeeTypeAsWritten()); printRValueReferenceAfter() local
[all...]
H A DAPValue.cpp97 const Expr *Inner = Temp->skipRValueSubobjectAdjustments(CommaLHSs, in getType() local
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp828 const auto *Inner = dyn_cast<MCSymbolRefExpr>(Expr); canExpand() local
H A DELFObjectWriter.cpp1479 if (const auto *Inner = dyn_cast<MCSymbolRefExpr>(Expr)) { recordRelocation() local
H A DWasmObjectWriter.cpp539 if (const auto *Inner = dyn_cast<MCSymbolRefExpr>(Expr)) recordRelocation() local
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp1140 TentativeParsingAction Inner(Self); UnannotatedTentativeParsingAction() local
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp105 AST_MATCHER_P(Stmt, canResolveToExpr, const Stmt *, Inner) { in AST_MATCHER_P() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp6398 Register Inner = MRI.createGenericVirtualRegister(CondTy); tryFoldSelectOfConstants() local
6409 Register Inner = MRI.createGenericVirtualRegister(CondTy); tryFoldSelectOfConstants() local
6420 Register Inner = MRI.createGenericVirtualRegister(TrueTy); tryFoldSelectOfConstants() local
6431 Register Inner = MRI.createGenericVirtualRegister(TrueTy); tryFoldSelectOfConstants() local
6442 Register Inner = MRI.createGenericVirtualRegister(TrueTy); tryFoldSelectOfConstants() local
6455 Register Inner = MRI.createGenericVirtualRegister(TrueTy); tryFoldSelectOfConstants() local
6468 Register Inner = MRI.createGenericVirtualRegister(TrueTy); tryFoldSelectOfConstants() local
6528 Register Inner = MRI.createGenericVirtualRegister(CondTy); tryFoldBoolSelectToLogic() local
6543 Register Inner = MRI.createGenericVirtualRegister(CondTy); tryFoldBoolSelectToLogic() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp154 DeclContext *Inner; global() member
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp231 const Expr *Inner = Base->IgnoreParenBaseCasts(); in EmitCXXMemberOrOperatorMemberCallExpr() local
H A DCGExprConstant.cpp2081 const Expr *Inner = VisitMaterializeTemporaryExpr() local
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4081 internal::Matcher<TypeLoc>, Inner) { in AST_POLYMORPHIC_MATCHER_P() argument
4283 internal::Matcher<UsingShadowDecl>, Inner) { in AST_POLYMORPHIC_MATCHER_P() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp442 static bool IsChainDependent(SDNode *Outer, SDNode *Inner, in IsChainDependent() argument

12