Home
last modified time | relevance | path

Searched defs:Expand (Results 1 – 8 of 8) sorted by relevance

/freebsd-10-stable/gnu/usr.bin/rcs/lib/
Drcssyn.c197 int Expand; variable
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/CodeGen/
DCGFunctionInfo.h61 Expand, enumerator
/freebsd-10-stable/contrib/tcsh/
Ded.h156 EXTERN char Expand; /* true if we are expanding a line */ variable
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp112 bool Expand = true, RetainExpansion = false; in instantiateDependentAlignedAttr() local
1837 bool Expand = true; in VisitNonTypeTemplateParmDecl() local
1998 bool Expand = true; in VisitTemplateTemplateParmDecl() local
3027 bool Expand = false; in InstantiateExceptionSpec() local
DTreeTransform.h2819 bool Expand = true; in TransformExprs() local
3352 bool Expand = true; in TransformTemplateArguments() local
7965 bool Expand = true; in TransformTypeTraitExpr() local
8958 bool Expand = true; in TransformObjCDictionaryLiteral() local
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DIOHandler.cpp2382 Expand() in Expand() function
2603 Expand() in Expand() function in TreeItem
/freebsd-10-stable/contrib/llvm/include/llvm/Target/
DTargetLowering.h83 Expand, // Try to expand this to other ops, otherwise use a libcall. enumerator
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp4377 Value *LSRInstance::Expand(const LSRFixup &LF, in Expand() function in LSRInstance