Home
last modified time | relevance | path

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

/minix/bin/ksh/
H A Deval.c27 typedef struct Expand { struct
36 } Expand; argument
/minix/minix/commands/cawf/
H A Dexpand.c37 void Expand(unsigned char *line) { in Expand() function
/minix/external/bsd/llvm/dist/llvm/docs/
H A DWritingAnLLVMBackend.rst1363 Expand subsection
/minix/external/bsd/llvm/dist/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h63 Expand, enumerator
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp669 SDValue VectorLegalizer::Expand(SDValue Op) { in Expand() function in __anonc035cd120111::VectorLegalizer
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp116 bool Expand = true, RetainExpansion = false; in instantiateDependentAlignedAttr() local
1941 bool Expand = true; in VisitNonTypeTemplateParmDecl() local
2102 bool Expand = true; in VisitTemplateTemplateParmDecl() local
H A DTreeTransform.h3016 bool Expand = true; in TransformExprs() local
3576 bool Expand = true; in TransformTemplateArguments() local
4720 bool Expand = false; in TransformExceptionSpec() local
8760 bool Expand = true; in TransformTypeTraitExpr() local
9675 bool Expand = true; in TransformCXXFoldExpr() local
9856 bool Expand = true; in TransformObjCDictionaryLiteral() local
/minix/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetLowering.h89 Expand, // Try to expand this to other ops, otherwise use a libcall. enumerator
/minix/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp4521 Value *LSRInstance::Expand(const LSRFixup &LF, in Expand() function in LSRInstance