| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaInternal.h | 248 std::map<unsigned, SpecifierInfoList>::iterator Outer; variable 255 Outer(Set.DistanceMap.begin()), in iterator() 256 Inner(!IsAtEnd ? Outer->second.begin() : OuterBack->second.end()) { in iterator() 262 if (Inner == Outer->second.end() && Outer != OuterBack) { 263 ++Outer; 264 Inner = Outer->second.begin();
|
| H A D | Template.h | 405 LocalInstantiationScope *Outer; variable 435 : SemaRef(SemaRef), Outer(SemaRef.CurrentInstantiationScope), in SemaRef() 459 SemaRef.CurrentInstantiationScope = Outer; in Exit() 475 newScope->Outer = nullptr; in cloneScopes() 476 if (Outer) in cloneScopes() 477 newScope->Outer = Outer->cloneScopes(Outermost); in cloneScopes() 508 LocalInstantiationScope *Out = Scope->Outer; in deleteScopes()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | CFG.cpp | 191 const Loop *Outer = nullptr; in isReachableImpl() local 193 Outer = getOutermostLoop(LI, BB); in isReachableImpl() 198 if (LoopsWithHoles.count(Outer)) in isReachableImpl() 199 Outer = nullptr; in isReachableImpl() 200 if (StopLoops.contains(Outer)) in isReachableImpl() 210 if (Outer) { in isReachableImpl() 214 Outer->getExitBlocks(Worklist); in isReachableImpl()
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/union/ |
| H A D | tst.UnionInside.d | 53 union Outer { union 59 union Outer O;
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/struct/ |
| H A D | err.D_DECL_INCOMPLETE.order2.d | 55 struct Outer { struct 61 struct Outer O; argument
|
| H A D | tst.StructInside.d | 54 struct Outer { struct 60 struct Outer O; argument
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | QualTypeNames.cpp | 269 const auto *Outer = dyn_cast<NamedDecl>(DC); in createNestedNameSpecifierForScopeOf() local 271 if (Outer && !(OuterNS && OuterNS->isAnonymousNamespace())) { in createNestedNameSpecifierForScopeOf() 287 Outer = dyn_cast<NamedDecl>(Decl); in createNestedNameSpecifierForScopeOf() 295 } else if (const auto *TD = dyn_cast<TagDecl>(Outer)) { in createNestedNameSpecifierForScopeOf() 298 } else if (isa<TranslationUnitDecl>(Outer)) { in createNestedNameSpecifierForScopeOf()
|
| H A D | Mangle.cpp | 53 StringRef Outer, in mangleFunctionBlock() argument 58 Out << "__" << Outer << "_block_invoke"; in mangleFunctionBlock() 60 Out << "__" << Outer << "_block_invoke_" << discriminator+1; in mangleFunctionBlock()
|
| H A D | ItaniumMangle.cpp | 425 CXXNameMangler(CXXNameMangler &Outer, raw_ostream &Out_) in CXXNameMangler() argument 426 : Context(Outer.Context), Out(Out_), Structor(Outer.Structor), in CXXNameMangler() 427 StructorType(Outer.StructorType), SeqID(Outer.SeqID), in CXXNameMangler() 428 FunctionTypeDepth(Outer.FunctionTypeDepth), AbiTagsRoot(AbiTags), in CXXNameMangler() 429 Substitutions(Outer.Substitutions), in CXXNameMangler() 430 ModuleSubstitutions(Outer.ModuleSubstitutions) {} in CXXNameMangler() 432 CXXNameMangler(CXXNameMangler &Outer, llvm::raw_null_ostream &Out_) in CXXNameMangler() argument 433 : CXXNameMangler(Outer, (raw_ostream &)Out_) { in CXXNameMangler()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaFunctionEffects.cpp | 969 Analyzer &Outer; member 976 FunctionBodyASTVisitor(Analyzer &Outer, in FunctionBodyASTVisitor() 979 : Outer(Outer), CurrentFunction(CurrentFunction), in FunctionBodyASTVisitor() 1061 (!Outer.S.getLangOpts().CPlusPlus || isNoexcept(FD))) in followCall() 1066 Outer.followCall(CurrentCaller, CurrentFunction, CI, CallLoc, in followCall() 1196 << Call->getBeginLoc().printToString(Outer.S.SourceMgr) in VisitCallExpr() 1220 << Var->getBeginLoc().printToString(Outer.S.SourceMgr) in VisitVarDecl() 1229 Var->needsDestruction(Outer.S.getASTContext()); in VisitVarDecl() 1266 Outer.S.SourceMgr) in VisitCXXConstructExpr() 1302 << E->getUsedLocation().printToString(Outer.S.SourceMgr) in TraverseCXXDefaultArgExpr()
|
| H A D | SemaTemplateDeduction.cpp | 771 DeducedPack *Outer = nullptr; member 917 Pack.Outer = Info.PendingDeducedPacks[Pack.Index]; in finishConstruction() 942 Info.PendingDeducedPacks[Pack.Index] = Pack.Outer; in ~PackDeductionScope() 1051 if (Pack.Outer) { in finish() 1052 if (Pack.Outer->DeferredDeduction.isNull()) { in finish() 1055 Pack.Outer->DeferredDeduction = NewPack; in finish() 1058 Loc = &Pack.Outer->DeferredDeduction; in finish()
|
| H A D | SemaTemplateInstantiate.cpp | 4592 Current = Current->Outer) { in getInstantiationOfIfExists() 4658 while (Current->CombineWithOuterScope && Current->Outer) { in InstantiatedLocal() 4659 Current = Current->Outer; in InstantiatedLocal() 4683 Current && Current->CombineWithOuterScope; Current = Current->Outer) in MakeInstantiatedLocalArgPack() 4724 Current = Current->Outer) { in getPartiallySubstitutedPack()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVSupport.cpp | 128 StringRef Outer = in getInnerComponent() local 135 return std::make_tuple(Outer, Inner); in getInnerComponent()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LoopInfo.h | 487 auto Contains = [](const Loop *Outer, const Loop *Inner) { in movementPreservesLCSSAForm() 488 return !Outer || Outer->contains(Inner); in movementPreservesLCSSAForm()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopInterchange.cpp | 356 LoopInterchangeLegality(Loop *Outer, Loop *Inner, ScalarEvolution *SE, in LoopInterchangeLegality() argument 358 : OuterLoop(Outer), InnerLoop(Inner), SE(SE), ORE(ORE) {} in LoopInterchangeLegality() 387 bool tightlyNested(Loop *Outer, Loop *Inner); 449 LoopInterchangeProfitability(Loop *Outer, Loop *Inner, ScalarEvolution *SE, in LoopInterchangeProfitability() argument 451 : OuterLoop(Outer), InnerLoop(Inner), SE(SE), ORE(ORE) {} in LoopInterchangeProfitability() 479 LoopInterchangeTransform(Loop *Outer, Loop *Inner, ScalarEvolution *SE, in LoopInterchangeTransform() argument 482 : OuterLoop(Outer), InnerLoop(Inner), SE(SE), LI(LI), DT(DT), LIL(LIL) {} in LoopInterchangeTransform()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | ControlHeightReduction.cpp | 319 CHRScope *Outer, 1127 CHRScope *Outer, in splitScope() argument 1132 if (Outer) { in splitScope() 1155 if (Outer) { in splitScope() 1156 CHR_DEBUG(dbgs() << "Outer " << *Outer << "\n"); in splitScope() 1248 if (!Outer) in splitScope()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 375 Outer = 0x03, enumerator
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsPowerPC.td | 1704 // MMA Reduced-Precision: Outer Product Intrinsic Definitions. 1739 // MMA Reduced-Precision: bfloat16 Outer Product Intrinsic Definitions. 1746 // MMA Reduced-Precision: Missing Integer-based Outer Product Operations. 1776 // MMA+ Reduced-Precision: bfloat16 Outer Product Intrinsic Definitions. 1783 // MMA+ Half-precision Outer Product Intrinsic Definitions.
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Type.h | 4932 const Container *Outer = nullptr; 4937 FunctionEffectIterator(const Container &O, size_t I) : Outer(&O), Idx(I) {} 4951 assert(Outer != nullptr && "invalid FunctionEffectIterator"); 4952 bool HasConds = !Outer->Conditions.empty(); 4953 return FunctionEffectWithCondition{Outer->Effects[Idx], 4954 HasConds ? Outer->Conditions[Idx] 5052 const FunctionEffectKindSet *Outer = nullptr; 5058 while (Idx < EndBitPos && !Outer->KindBits.test(Idx)) 5064 iterator(const FunctionEffectKindSet &O, size_t I) : Outer(&O), Idx(I) {
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.cpp | 2671 auto *Outer = L->getOutermostLoop(); in getUnrollingPreferences() local 2672 if ((L != Outer && Outer != L->getParentLoop()) || in getUnrollingPreferences() 2673 (L != Outer && BETC && !SE.isLoopInvariant(BETC, Outer))) { in getUnrollingPreferences()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | llvm-pdbutil.cpp | 1025 void diaDumpChildren(PDBSymbol &Outer, PdbSymbolIdField Ids, in diaDumpChildren() argument 1027 OuterT *ConcreteOuter = dyn_cast<OuterT>(&Outer); in diaDumpChildren()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenRegisters.cpp | 809 for (auto [Idx, Outer] : enumerate(Super.Orders)) in inheritProperties() 810 for (const Record *Reg : Outer) in inheritProperties()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseStmt.cpp | 1588 if (const auto *Outer = dyn_cast_if_present<AttributedStmt>(S)) in ParseIfStatement() local 1589 S = Outer->getSubStmt(); in ParseIfStatement()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineInternal.h | 790 Value *A, Value *B, Instruction &Outer,
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 230 IO.enumCase(Kind, "Outer", VFTableSlotKind::Outer); in enumeration()
|