| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/ |
| D | Template.h | 218 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/ |
| D | tst.UnionInside.d | 53 union Outer { union 59 union Outer O;
|
| /freebsd-9-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/struct/ |
| D | err.D_DECL_INCOMPLETE.order2.d | 55 struct Outer { struct 61 struct Outer O; argument
|
| D | tst.StructInside.d | 54 struct Outer { struct 60 struct Outer O; argument
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/ |
| D | Mangle.cpp | 40 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/ |
| D | CFG.cpp | 166 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/ |
| D | TransUnbridgedCasts.cpp | 281 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/ |
| D | ExprEngineCXX.cpp | 186 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/ |
| D | InstCombineSelect.cpp | 635 Instruction &Outer, in FoldSPFofSPF() argument 641 return ReplaceInstUsesWith(Outer, Inner); in FoldSPFofSPF() 649 return ReplaceInstUsesWith(Outer, C); in FoldSPFofSPF()
|
| D | InstCombine.h | 186 Value *A, Value *B, Instruction &Outer,
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaTemplateInstantiate.cpp | 2763 Current = Current->Outer) { in findInstantiationOf() 2847 Current = Current->Outer) { in getPartiallySubstitutedPack()
|
| /freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| D | ScheduleDAGRRList.cpp | 406 static bool IsChainDependent(SDNode *Outer, SDNode *Inner, in IsChainDependent() argument 409 SDNode *N = Outer; in IsChainDependent()
|
| /freebsd-9-stable/contrib/gdb/gdb/ |
| D | NEWS | 101 namespace "Outer", then GDB realizes that the class's name is 102 "Outer::Inner", not simply "Inner". This should greatly reduce the
|