Home
last modified time | relevance | path

Searched refs:Outer (Results 1 – 13 of 13) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DTemplate.h218 LocalInstantiationScope *Outer; variable
247 : SemaRef(SemaRef), Outer(SemaRef.CurrentInstantiationScope), in SemaRef()
268 SemaRef.CurrentInstantiationScope = Outer; in Exit()
279 newScope->Outer = 0; in cloneScopes()
280 if (Outer) in cloneScopes()
281 newScope->Outer = Outer->cloneScopes(Outermost); in cloneScopes()
310 LocalInstantiationScope *Out = Scope->Outer; in deleteScopes()
/freebsd-9-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/union/
Dtst.UnionInside.d53 union Outer { union
59 union Outer O;
/freebsd-9-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/struct/
Derr.D_DECL_INCOMPLETE.order2.d55 struct Outer { struct
61 struct Outer O; argument
Dtst.StructInside.d54 struct Outer { struct
60 struct Outer O; argument
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DMangle.cpp40 StringRef Outer, in mangleFunctionBlock() argument
45 Out << "__" << Outer << "_block_invoke"; in mangleFunctionBlock()
47 Out << "__" << Outer << "_block_invoke_" << discriminator+1; in mangleFunctionBlock()
/freebsd-9-stable/contrib/llvm/lib/Analysis/
DCFG.cpp166 if (const Loop *Outer = LI ? getOutermostLoop(LI, BB) : 0) { in isPotentiallyReachableInner() local
170 Outer->getExitBlocks(Worklist); in isPotentiallyReachableInner()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
DTransUnbridgedCasts.cpp281 void getBlockMacroRanges(CastExpr *E, SourceRange &Outer, SourceRange &Inner) { in getBlockMacroRanges() argument
291 Outer = SourceRange(MacroBegin, MacroEnd); in getBlockMacroRanges()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp186 if (const Stmt *Outer = LCtx->getCurrentStackFrame()->getCallSite()) { in VisitCXXConstructExpr() local
187 const CXXConstructExpr *OuterCtor = dyn_cast<CXXConstructExpr>(Outer); in VisitCXXConstructExpr()
/freebsd-9-stable/contrib/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp635 Instruction &Outer, in FoldSPFofSPF() argument
641 return ReplaceInstUsesWith(Outer, Inner); in FoldSPFofSPF()
649 return ReplaceInstUsesWith(Outer, C); in FoldSPFofSPF()
DInstCombine.h186 Value *A, Value *B, Instruction &Outer,
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaTemplateInstantiate.cpp2763 Current = Current->Outer) { in findInstantiationOf()
2847 Current = Current->Outer) { in getPartiallySubstitutedPack()
/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp406 static bool IsChainDependent(SDNode *Outer, SDNode *Inner, in IsChainDependent() argument
409 SDNode *N = Outer; in IsChainDependent()
/freebsd-9-stable/contrib/gdb/gdb/
DNEWS101 namespace "Outer", then GDB realizes that the class's name is
102 "Outer::Inner", not simply "Inner". This should greatly reduce the