Searched refs:Outer (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/union/
H A Dtst.UnionInside.d53 union Outer {
59 union Outer O;
/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/struct/
H A Derr.D_DECL_INCOMPLETE.order2.d55 struct Outer {
61 struct Outer O;
H A Dtst.StructInside.d54 struct Outer {
60 struct Outer O;
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DTemplate.h218 LocalInstantiationScope *Outer;
247 : SemaRef(SemaRef), Outer(SemaRef.CurrentInstantiationScope),
268 SemaRef.CurrentInstantiationScope = Outer;
279 newScope->Outer = 0;
280 if (Outer)
281 newScope->Outer = Outer->cloneScopes(Outermost);
310 LocalInstantiationScope *Out = Scope->Outer;
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DMangle.cpp40 StringRef Outer,
45 Out << "__" << Outer << "_block_invoke"; local
47 Out << "__" << Outer << "_block_invoke_" << discriminator+1;
39 mangleFunctionBlock(MangleContext &Context, StringRef Outer, const BlockDecl *BD, raw_ostream &Out) argument
/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DCFG.cpp166 if (const Loop *Outer = LI ? getOutermostLoop(LI, BB) : 0) {
170 Outer->getExitBlocks(Worklist);
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp281 void getBlockMacroRanges(CastExpr *E, SourceRange &Outer, SourceRange &Inner) { argument
291 Outer = SourceRange(MacroBegin, MacroEnd);
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp186 if (const Stmt *Outer = LCtx->getCurrentStackFrame()->getCallSite()) {
187 const CXXConstructExpr *OuterCtor = dyn_cast<CXXConstructExpr>(Outer);
/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp635 Instruction &Outer,
641 return ReplaceInstUsesWith(Outer, Inner);
649 return ReplaceInstUsesWith(Outer, C);
632 FoldSPFofSPF(Instruction *Inner, SelectPatternFlavor SPF1, Value *A, Value *B, Instruction &Outer, SelectPatternFlavor SPF2, Value *C) argument
H A DInstCombine.h186 Value *A, Value *B, Instruction &Outer,
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2763 Current = Current->Outer) {
2847 Current = Current->Outer) {
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp404 /// IsChainDependent - Test if Outer is reachable from Inner through
406 static bool IsChainDependent(SDNode *Outer, SDNode *Inner, argument
409 SDNode *N = Outer;

Completed in 203 milliseconds