Home
last modified time | relevance | path

Searched refs:saved_type (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DEHScopeStack.h57 typedef T saved_type; typedef
59 static saved_type save(CodeGenFunction &CGF, type value) { return value; } in save()
60 static type restore(CodeGenFunction &CGF, saved_type value) { return value; } in restore()
198 typedef std::tuple<typename DominatingValue<As>::saved_type...> SavedTuple;
213 ConditionalCleanup(typename DominatingValue<As>::saved_type... A)
H A DCGCleanup.cpp26 bool DominatingValue<RValue>::saved_type::needsSaving(RValue rv) { in needsSaving()
34 DominatingValue<RValue>::saved_type
35 DominatingValue<RValue>::saved_type::save(CodeGenFunction &CGF, RValue rv) { in save()
41 return saved_type(V, ScalarLiteral); in save()
47 return saved_type(addr.getPointer(), ScalarAddress); in save()
57 return saved_type(addr.getPointer(), ComplexAddress); in save()
63 return saved_type(V.getPointer(), AggregateLiteral, in save()
69 return saved_type(addr.getPointer(), AggregateAddress, in save()
76 RValue DominatingValue<RValue>::saved_type::restore(CodeGenFunction &CGF) { in restore()
H A DCodeGenFunction.h154 typedef llvm::PointerIntPair<llvm::Value*, 1, bool> saved_type; typedef
166 static saved_type save(CodeGenFunction &CGF, llvm::Value *value);
167 static llvm::Value *restore(CodeGenFunction &CGF, saved_type value);
174 static type restore(CodeGenFunction &CGF, saved_type value) {
183 struct saved_type {
184 DominatingLLVMValue::saved_type SavedValue;
191 static saved_type save(CodeGenFunction &CGF, type value) {
195 static type restore(CodeGenFunction &CGF, saved_type value) {
204 class saved_type {
211 saved_type(llvm::Value *v, Kind k, unsigned a = 0)
[all …]
H A DCGExprCXX.cpp1523 DominatingValue<RValue>::saved_type SavedNewPtr = in EnterNewDeleteCleanup()
1525 DominatingValue<RValue>::saved_type SavedAllocSize = in EnterNewDeleteCleanup()
1529 typedef DominatingValue<RValue>::saved_type ValueTy; in EnterNewDeleteCleanup()
1530 typedef DominatingValue<RValue>::saved_type RValueTy; in EnterNewDeleteCleanup()
H A DCGDecl.cpp2146 using SavedType = typename DominatingValue<Address>::saved_type; in pushLifetimeExtendedDestroy()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dlist_read.c872 dtp->u.p.saved_type = BT_LOGICAL; in read_logical()
945 dtp->u.p.saved_type = BT_LOGICAL; in read_logical()
1115 dtp->u.p.saved_type = BT_INTEGER; in read_integer()
1265 dtp->u.p.saved_type = BT_CHARACTER; in read_character()
1594 dtp->u.p.saved_type = BT_COMPLEX; in read_complex()
1879 dtp->u.p.saved_type = BT_REAL; in read_real()
1994 dtp->u.p.saved_type = BT_REAL; in read_real()
2038 if (dtp->u.p.saved_type != BT_UNKNOWN && dtp->u.p.saved_type != type) in check_type()
2041 type_name (dtp->u.p.saved_type), type_name (type), in check_type()
2048 if (dtp->u.p.saved_type == BT_UNKNOWN || dtp->u.p.saved_type == BT_CHARACTER) in check_type()
[all …]
H A Dio.h559 bt saved_type; member
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dlist_read.c871 dtp->u.p.saved_type = BT_LOGICAL; in read_logical()
944 dtp->u.p.saved_type = BT_LOGICAL; in read_logical()
1114 dtp->u.p.saved_type = BT_INTEGER; in read_integer()
1264 dtp->u.p.saved_type = BT_CHARACTER; in read_character()
1593 dtp->u.p.saved_type = BT_COMPLEX; in read_complex()
1878 dtp->u.p.saved_type = BT_REAL; in read_real()
1993 dtp->u.p.saved_type = BT_REAL; in read_real()
2037 if (dtp->u.p.saved_type != BT_UNKNOWN && dtp->u.p.saved_type != type) in check_type()
2040 type_name (dtp->u.p.saved_type), type_name (type), in check_type()
2047 if (dtp->u.p.saved_type == BT_UNKNOWN || dtp->u.p.saved_type == BT_CHARACTER) in check_type()
[all …]
H A Dio.h563 bt saved_type; member
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.h104 enum cpp_ttype saved_type : 8; member
H A DChangeLog-20191389 (struct cp_lexer): Add saved_type & saved_keyword fields.
H A Dparser.cc708 lexer->saved_type = last->type; in cp_lexer_new_from_tokens()
736 lexer->last_token->type = lexer->saved_type; in cp_lexer_destroy()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.h103 enum cpp_ttype saved_type : 8; member
H A Dconstraint.cc1938 tree saved_type = TYPE_CANONICAL (placeholder); in type_deducible_p() local
1949 TYPE_CANONICAL (placeholder) = saved_type; in type_deducible_p()
H A Dparser.c689 lexer->saved_type = last->type; in cp_lexer_new_from_tokens()
716 lexer->last_token->type = lexer->saved_type; in cp_lexer_destroy()
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.cc5152 tree saved_type = TREE_TYPE (*node); in objc_decl_method_attributes() local
5154 = build_function_type_for_method (TREE_VALUE (saved_type), *node, in objc_decl_method_attributes()
5158 TREE_TYPE (*node) = saved_type; in objc_decl_method_attributes()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvarasm.c4931 tree saved_type = TREE_TYPE (exp); in output_constant() local
4946 exp = build1 (ADDR_EXPR, saved_type, TREE_OPERAND (exp, 0)); in output_constant()
4949 exp = fold_convert (saved_type, exp); in output_constant()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvarasm.cc5192 tree saved_type = TREE_TYPE (exp); in output_constant() local
5207 exp = build1 (ADDR_EXPR, saved_type, TREE_OPERAND (exp, 0)); in output_constant()
5210 exp = fold_convert (saved_type, exp); in output_constant()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.c5073 tree saved_type = TREE_TYPE (*node); in objc_decl_method_attributes() local
5075 = build_function_type_for_method (TREE_VALUE (saved_type), *node, in objc_decl_method_attributes()
5079 TREE_TYPE (*node) = saved_type; in objc_decl_method_attributes()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-2005415 saved_type, namelist_mode, nml_read_error, value, parse_err_msg,