Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp595 struct Dimension { struct
596 uint32_t dim_1;
597 uint32_t dim_2;
598 uint32_t dim_3;
599 uint32_t cube_map;
601 Dimension() { in Dimension() function
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D20020430-1.c91 typedef unsigned short Dimension; typedef
/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h748 Node *Dimension; variable
1077 const Node *Dimension; variable
1098 const Node *Dimension; variable
1115 const Node *Dimension; variable
3633 Node *Dimension = nullptr; in parseArrayType() local
/openbsd-src/gnu/llvm/libcxxabi/src/demangle/
H A DItaniumDemangle.h748 Node *Dimension; variable
1077 const Node *Dimension; variable
1098 const Node *Dimension; variable
1115 const Node *Dimension; variable
3633 Node *Dimension = nullptr; in parseArrayType() local
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp442 uint32_t Dimension = 1; in replaceWithGEP() local
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h274 Dimension, enumerator
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DIRBuilder.cpp1293 Type *ElTy, Value *Base, unsigned Dimension, unsigned LastIndex, in CreatePreserveArrayAccessIndex()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DMicrosoftMangle.cpp2943 for (const llvm::APInt &Dimension : Dimensions) in mangleArrayType() local
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprCXX.h2835 Expr *Dimension; variable