Home
last modified time | relevance | path

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

12

/freebsd/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/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypePrinter.cpp85 void DWARFTypePrinter::appendPointerLikeTypeBefore(DWARFDie D, DWARFDie Inner, in appendPointerLikeTypeBefore()
106 auto Inner = [&] { return InnerDIE = resolveReferencedType(D); }; in appendUnqualifiedNameBefore() local
215 DWARFDie D, DWARFDie Inner, bool SkipFirstParamIfArtificial) { in appendUnqualifiedNameAfter()
534 DWARFDie Inner = appendUnqualifiedNameBefore(D, OriginalFullName); in appendUnqualifiedName() local
538 DWARFDie D, DWARFDie Inner, bool SkipFirstParamIfArtificial, bool Const, in appendSubroutineNameAfter()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/union/
H A Dtst.UnionInside.d48 union Inner { union
/freebsd/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/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSupport.cpp134 StringRef Inner = in getInnerComponent() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h220 Inner = 0x0, enumerator
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp115 if (const Expr *Inner = peelOffPointerArithmetic(B)) { in getDerefExpr() local
2209 const Expr *Inner) { in findNodeForExpression()
2276 Tracker::Result handle(const Expr *Inner, const ExplodedNode *InputNode, in handle()
2304 Tracker::Result handle(const Expr *Inner, const ExplodedNode *InputNode, in handle()
2322 Tracker::Result handle(const Expr *Inner, const ExplodedNode *InputNode, in handle()
2340 Tracker::Result handle(const Expr *Inner, const ExplodedNode *InputNode, in handle()
2508 Tracker::Result handle(const Expr *Inner, const ExplodedNode *InputNode, in handle()
2585 Opts](const Expr *Inner) { in handle()
2648 const Expr *Inner = peelOffOuterExpr(E, N); in track() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h250 SpecifierInfoList::iterator Inner; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp243 LoopInterchangeLegality(Loop *Outer, Loop *Inner, ScalarEvolution *SE, in LoopInterchangeLegality()
301 LoopInterchangeProfitability(Loop *Outer, Loop *Inner, ScalarEvolution *SE, in LoopInterchangeProfitability()
334 LoopInterchangeTransform(Loop *Outer, Loop *Inner, ScalarEvolution *SE, in LoopInterchangeTransform()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp280 void getBlockMacroRanges(CastExpr *E, SourceRange &Outer, SourceRange &Inner) { in getBlockMacroRanges()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp803 const auto *Inner = dyn_cast<MCSymbolRefExpr>(Expr); in canExpand() local
H A DELFObjectWriter.cpp1376 if (const auto *Inner = dyn_cast<MCSymbolRefExpr>(Expr)) { in recordRelocation() local
H A DWasmObjectWriter.cpp534 if (const auto *Inner = dyn_cast<MCSymbolRefExpr>(Expr)) in recordRelocation() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp450 QualType Inner = skipTopLevelReferences(T->getPointeeTypeAsWritten()); in printLValueReferenceBefore() local
463 QualType Inner = skipTopLevelReferences(T->getPointeeTypeAsWritten()); in printLValueReferenceAfter() local
475 QualType Inner = skipTopLevelReferences(T->getPointeeTypeAsWritten()); in printRValueReferenceBefore() local
488 QualType Inner = skipTopLevelReferences(T->getPointeeTypeAsWritten()); in printRValueReferenceAfter() local
H A DAPValue.cpp97 const Expr *Inner = Temp->skipRValueSubobjectAdjustments(CommaLHSs, in getType() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp105 AST_MATCHER_P(Stmt, canResolveToExpr, const Stmt *, Inner) { in AST_MATCHER_P() argument
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp1216 TentativeParsingAction Inner(Self); in UnannotatedTentativeParsingAction() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp6731 Register Inner = MRI.createGenericVirtualRegister(CondTy); in tryFoldSelectOfConstants() local
6742 Register Inner = MRI.createGenericVirtualRegister(CondTy); in tryFoldSelectOfConstants() local
6753 Register Inner = MRI.createGenericVirtualRegister(TrueTy); in tryFoldSelectOfConstants() local
6764 Register Inner = MRI.createGenericVirtualRegister(TrueTy); in tryFoldSelectOfConstants() local
6775 Register Inner = MRI.createGenericVirtualRegister(TrueTy); in tryFoldSelectOfConstants() local
6788 Register Inner = MRI.createGenericVirtualRegister(TrueTy); in tryFoldSelectOfConstants() local
6801 Register Inner = MRI.createGenericVirtualRegister(TrueTy); in tryFoldSelectOfConstants() local
6863 Register Inner = MRI.createGenericVirtualRegister(CondTy); in tryFoldBoolSelectToLogic() local
6879 Register Inner = MRI.createGenericVirtualRegister(CondTy); in tryFoldBoolSelectToLogic() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp152 DeclContext *Inner; member
H A DSemaExprObjC.cpp376 ExprResult Inner; in ActOnObjCBoolLiteral() local
5225 Expr *Inner = cast<ObjCBoxedExpr>(FromE)->getSubExpr()->IgnoreParens(); in CheckLiteralKind() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp231 const Expr *Inner = Base->IgnoreParenBaseCasts(); in EmitCXXMemberOrOperatorMemberCallExpr() local
H A DCGExprConstant.cpp2320 const Expr *Inner = E->getSubExpr()->skipRValueSubobjectAdjustments(); in VisitMaterializeTemporaryExpr() local
/freebsd/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/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp442 static bool IsChainDependent(SDNode *Outer, SDNode *Inner, in IsChainDependent()

12