Searched refs:Type_ (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/examples/ExceptionDemo/ |
| H A D | ExceptionDemo.cpp | 222 template <typename Type_> 224 Type_ value; in ReadType() 225 memcpy(&value, p, sizeof(Type_)); in ReadType() 226 p += sizeof(Type_); in ReadType()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/ |
| H A D | ItaniumDemangle.h | 998 NonTypeTemplateParamDecl(Node *Name_, Node *Type_) in NonTypeTemplateParamDecl() argument 999 : Node(KNonTypeTemplateParamDecl, Cache::Yes), Name(Name_), Type(Type_) {} in NonTypeTemplateParamDecl() 1671 SubobjectExpr(const Node *Type_, const Node *SubExpr_, StringView Offset_, in SubobjectExpr() argument 1673 : Node(KSubobjectExpr), Type(Type_), SubExpr(SubExpr_), Offset(Offset_), in SubobjectExpr() 1781 NewExpr(NodeArray ExprList_, Node *Type_, NodeArray InitList_, bool IsGlobal_, in NewExpr() argument 1783 : Node(KNewExpr), ExprList(ExprList_), Type(Type_), InitList(InitList_), in NewExpr() 1870 ConversionExpr(const Node *Type_, NodeArray Expressions_) in ConversionExpr() argument 1871 : Node(KConversionExpr), Type(Type_), Expressions(Expressions_) {} in ConversionExpr() 1890 PointerToMemberConversionExpr(const Node *Type_, const Node *SubExpr_, in PointerToMemberConversionExpr() argument 1892 : Node(KPointerToMemberConversionExpr), Type(Type_), SubExpr(SubExpr_), in PointerToMemberConversionExpr() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | ProgrammersManual.rst | 3462 If there is at least one entry in the SymbolTable_ for the specified Type_, 3498 Type_ is available through the ``getType()`` method. In addition, all LLVM 3779 their **address**. As such, the Type_ of a global is always a pointer to its 3909 This traverses the Type_ of the ``Function`` and returns the return type of
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | gfortran.info | 11209 Type_
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | gfortran.info | 11539 Type_
|