Home
last modified time | relevance | path

Searched refs:Inner (Results 1 – 25 of 39) sorted by relevance

12

/trueos/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
HDVariantValue.cpp63 std::string Inner; in getTypeAsString() local
66 Inner += "|"; in getTypeAsString()
67 Inner += Matchers[i].getSupportedKind().asStringRef(); in getTypeAsString()
69 return (Twine("Matcher<") + Inner + ">").str(); in getTypeAsString()
99 std::string Inner; in getTypeAsString() local
102 Inner += "&"; in getTypeAsString()
103 Inner += Args[i].getTypeAsString(); in getTypeAsString()
105 return Inner; in getTypeAsString()
/trueos/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/union/
HDtst.UnionInside.d48 union Inner { union
54 union Inner I;
/trueos/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/struct/
HDerr.D_DECL_INCOMPLETE.order2.d50 struct Inner { struct
56 struct Inner I; argument
HDtst.StructInside.d49 struct Inner { struct
55 struct Inner I; argument
/trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDBugReporterVisitors.cpp909 const Expr *Inner = 0; in trackNullOrUndefValue() local
913 Inner = Ex; in trackNullOrUndefValue()
916 if (IsArg && !Inner) { in trackNullOrUndefValue()
925 if (ps->getStmt() == S || ps->getStmt() == Inner) in trackNullOrUndefValue()
929 CEE->getCalleeContext()->getCallSite() == Inner) in trackNullOrUndefValue()
950 if (Inner && ExplodedGraph::isInterestingLValueExpr(Inner)) { in trackNullOrUndefValue()
958 if (P->getStmt() == Inner) in trackNullOrUndefValue()
965 SVal LVal = LVState->getSVal(Inner, LVNode->getLocationContext()); in trackNullOrUndefValue()
972 if (const MemRegion *RR = getLocationRegionIfReference(Inner, N)) in trackNullOrUndefValue()
975 R = LVState->getSVal(Inner, LVNode->getLocationContext()).getAsRegion(); in trackNullOrUndefValue()
[all …]
HDExprEngine.cpp197 const Expr *Inner = Ex->IgnoreParens(); in createTemporaryRegionIfNeeded() local
199 while (const CastExpr *CE = dyn_cast<CastExpr>(Inner)) { in createTemporaryRegionIfNeeded()
206 Inner = CE->getSubExpr()->IgnoreParens(); in createTemporaryRegionIfNeeded()
219 TR = MRMgr.getCXXStaticTempObjectRegion(Inner); in createTemporaryRegionIfNeeded()
222 TR = MRMgr.getCXXTempObjectRegion(Inner, LC); in createTemporaryRegionIfNeeded()
/trueos/contrib/opie/
HDLicense.TIN1 The Inner Net License, Version 2
24 This product includes software developed by <name(s)>, The Inner
HDBUG-REPORT81 Reserved. The Inner Net License Version 2 applies to these portions of
HDREADME10 between of NRL, several of the original NRL authors, The Inner Net, and many
424 NRL), others at The Inner Net, and contributors from the Internet community.
493 Reserved. The Inner Net License Version 2 applies to these portions of
HDINSTALL170 Reserved. The Inner Net License Version 2 applies to these portions of
/trueos/contrib/llvm/tools/clang/lib/ARCMigrate/
HDTransUnbridgedCasts.cpp281 void getBlockMacroRanges(CastExpr *E, SourceRange &Outer, SourceRange &Inner) { in getBlockMacroRanges() argument
292 Inner = SourceRange(InnerBegin, InnerEnd); in getBlockMacroRanges()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaAccess.cpp81 EffectiveContext() : Inner(0), Dependent(false) {} in EffectiveContext()
84 : Inner(DC), in EffectiveContext()
136 return Inner; in getInnerContext()
141 DeclContext *Inner; member
HDSemaExprObjC.cpp310 ExprResult Inner; in ActOnObjCBoolLiteral() local
312 Inner = ActOnCXXBoolLiteral(ValueLoc, Value? tok::kw_true : tok::kw_false); in ActOnObjCBoolLiteral()
316 Inner = ActOnIntegerConstant(ValueLoc, Value? 1 : 0); in ActOnObjCBoolLiteral()
317 Inner = ImpCastExprToType(Inner.get(), Context.BoolTy, in ActOnObjCBoolLiteral()
321 return BuildObjCNumericLiteral(AtLoc, Inner.get()); in ActOnObjCBoolLiteral()
/trueos/contrib/llvm/tools/clang/lib/Parse/
HDParseCXXInlineMethods.cpp862 TentativeParsingAction Inner(Self); in UnannotatedTentativeParsingAction() local
864 Inner.Revert(); in UnannotatedTentativeParsingAction()
/trueos/contrib/llvm/lib/Analysis/
HDDependenceAnalysis.cpp2332 const SCEV *Inner = Src; in gcdMIVtest() local
2333 while (RunningGCD != 1 && isa<SCEVAddRecExpr>(Inner)) { in gcdMIVtest()
2334 AddRec = cast<SCEVAddRecExpr>(Inner); in gcdMIVtest()
2348 Inner = AddRec->getStart(); in gcdMIVtest()
2350 Inner = Dst; in gcdMIVtest()
2351 while (RunningGCD != 1 && isa<SCEVAddRecExpr>(Inner)) { in gcdMIVtest()
2352 AddRec = cast<SCEVAddRecExpr>(Inner); in gcdMIVtest()
2366 Inner = AddRec->getStart(); in gcdMIVtest()
/trueos/contrib/llvm/tools/clang/include/clang/ASTMatchers/
HDASTMatchersInternal.h458 explicit WrappedMatcher(const DynTypedMatcher &Matcher) : Inner(Matcher) {} in WrappedMatcher()
463 return Inner.matches(ast_type_traits::DynTypedNode::create(Node), Finder, in matches()
468 const DynTypedMatcher Inner;
HDASTMatchers.h1809 AST_MATCHER_P(DeclaratorDecl, hasTypeLoc, internal::Matcher<TypeLoc>, Inner) { in AST_MATCHER_P() argument
1813 return Inner.matches(Node.getTypeSourceInfo()->getTypeLoc(), Finder, Builder); in AST_MATCHER_P()
/trueos/contrib/llvm/lib/Transforms/InstCombine/
HDInstCombineSelect.cpp632 Instruction *InstCombiner::FoldSPFofSPF(Instruction *Inner, in FoldSPFofSPF() argument
641 return ReplaceInstUsesWith(Outer, Inner); in FoldSPFofSPF()
HDInstCombine.h185 Instruction *FoldSPFofSPF(Instruction *Inner, SelectPatternFlavor SPF1,
/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDCGExprCXX.cpp104 const Expr *Inner = Base->ignoreParenBaseCasts(); in EmitCXXMemberCallExpr() local
105 if (getCXXRecord(Inner) == DevirtualizedClass) in EmitCXXMemberCallExpr()
108 Base = Inner; in EmitCXXMemberCallExpr()
HDCGExprConstant.cpp961 const Expr *Inner = MTE->GetTemporaryExpr() in EmitLValue() local
963 return CGM.GetAddrOfGlobalTemporary(MTE, Inner); in EmitLValue()
HDCodeGenModule.h762 const Expr *Inner);
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDType.h1940 QualType Inner;
1947 Inner(InnerType) {
1953 QualType getInnerType() const { return Inner; }
1961 static void Profile(llvm::FoldingSetNodeID &ID, QualType Inner) {
1962 Inner.Profile(ID);
/trueos/sys/boot/forth/
HDmenusets.4th482 [char] 0 ( x -- x y ) \ Inner Loop ASCII '1' (48) to '9' (57)
580 [char] 0 ( n x -- n x y ) \ Inner loop '0' to '9'
/trueos/contrib/llvm/lib/CodeGen/SelectionDAG/
HDScheduleDAGRRList.cpp406 static bool IsChainDependent(SDNode *Outer, SDNode *Inner, in IsChainDependent() argument
411 if (N == Inner) in IsChainDependent()
418 if (IsChainDependent(N->getOperand(i).getNode(), Inner, NestLevel, TII)) in IsChainDependent()

12