| /trueos/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/ |
| HD | VariantValue.cpp | 63 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/ |
| HD | tst.UnionInside.d | 48 union Inner { union 54 union Inner I;
|
| /trueos/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/struct/ |
| HD | err.D_DECL_INCOMPLETE.order2.d | 50 struct Inner { struct 56 struct Inner I; argument
|
| HD | tst.StructInside.d | 49 struct Inner { struct 55 struct Inner I; argument
|
| /trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| HD | BugReporterVisitors.cpp | 909 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 …]
|
| HD | ExprEngine.cpp | 197 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/ |
| HD | License.TIN | 1 The Inner Net License, Version 2 24 This product includes software developed by <name(s)>, The Inner
|
| HD | BUG-REPORT | 81 Reserved. The Inner Net License Version 2 applies to these portions of
|
| HD | README | 10 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
|
| HD | INSTALL | 170 Reserved. The Inner Net License Version 2 applies to these portions of
|
| /trueos/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| HD | TransUnbridgedCasts.cpp | 281 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/ |
| HD | SemaAccess.cpp | 81 EffectiveContext() : Inner(0), Dependent(false) {} in EffectiveContext() 84 : Inner(DC), in EffectiveContext() 136 return Inner; in getInnerContext() 141 DeclContext *Inner; member
|
| HD | SemaExprObjC.cpp | 310 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/ |
| HD | ParseCXXInlineMethods.cpp | 862 TentativeParsingAction Inner(Self); in UnannotatedTentativeParsingAction() local 864 Inner.Revert(); in UnannotatedTentativeParsingAction()
|
| /trueos/contrib/llvm/lib/Analysis/ |
| HD | DependenceAnalysis.cpp | 2332 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/ |
| HD | ASTMatchersInternal.h | 458 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;
|
| HD | ASTMatchers.h | 1809 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/ |
| HD | InstCombineSelect.cpp | 632 Instruction *InstCombiner::FoldSPFofSPF(Instruction *Inner, in FoldSPFofSPF() argument 641 return ReplaceInstUsesWith(Outer, Inner); in FoldSPFofSPF()
|
| HD | InstCombine.h | 185 Instruction *FoldSPFofSPF(Instruction *Inner, SelectPatternFlavor SPF1,
|
| /trueos/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGExprCXX.cpp | 104 const Expr *Inner = Base->ignoreParenBaseCasts(); in EmitCXXMemberCallExpr() local 105 if (getCXXRecord(Inner) == DevirtualizedClass) in EmitCXXMemberCallExpr() 108 Base = Inner; in EmitCXXMemberCallExpr()
|
| HD | CGExprConstant.cpp | 961 const Expr *Inner = MTE->GetTemporaryExpr() in EmitLValue() local 963 return CGM.GetAddrOfGlobalTemporary(MTE, Inner); in EmitLValue()
|
| HD | CodeGenModule.h | 762 const Expr *Inner);
|
| /trueos/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | Type.h | 1940 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/ |
| HD | menusets.4th | 482 [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/ |
| HD | ScheduleDAGRRList.cpp | 406 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()
|