HomeSort by: relevance | last modified time | path
    Searched refs:saved_type (Results 1 - 21 of 21) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
EHScopeStack.h 57 typedef T saved_type; typedef in struct:clang::CodeGen::InvariantValue
59 static saved_type save(CodeGenFunction &CGF, type value) { return value; }
60 static type restore(CodeGenFunction &CGF, saved_type value) { return value; }
198 typedef std::tuple<typename DominatingValue<As>::saved_type...> SavedTuple;
213 ConditionalCleanup(typename DominatingValue<As>::saved_type... A)
CGCleanup.cpp 26 bool DominatingValue<RValue>::saved_type::needsSaving(RValue rv) {
34 DominatingValue<RValue>::saved_type
35 DominatingValue<RValue>::saved_type::save(CodeGenFunction &CGF, RValue rv) {
41 return saved_type(V, ScalarLiteral);
47 return saved_type(addr.getPointer(), ScalarAddress);
57 return saved_type(addr.getPointer(), ComplexAddress);
63 return saved_type(V.getPointer(), AggregateLiteral,
69 return saved_type(addr.getPointer(), AggregateAddress,
76 RValue DominatingValue<RValue>::saved_type::restore(CodeGenFunction &CGF) {
CodeGenFunction.h 154 typedef llvm::PointerIntPair<llvm::Value*, 1, bool> saved_type; typedef in struct:clang::CodeGen::DominatingLLVMValue
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 { struct in struct:clang::CodeGen::DominatingValue
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 { class in struct:clang::CodeGen::DominatingValue
211 saved_type(llvm::Value *v, Kind k, unsigned a = 0 function in class:clang::CodeGen::DominatingValue::saved_type
    [all...]
CGExprCXX.cpp 1523 DominatingValue<RValue>::saved_type SavedNewPtr =
1525 DominatingValue<RValue>::saved_type SavedAllocSize =
1529 typedef DominatingValue<RValue>::saved_type ValueTy;
1530 typedef DominatingValue<RValue>::saved_type RValueTy;
CGDecl.cpp 2146 using SavedType = typename DominatingValue<Address>::saved_type;
  /src/external/gpl3/gcc/dist/libgfortran/io/
list_read.c 898 dtp->u.p.saved_type = BT_LOGICAL;
979 dtp->u.p.saved_type = BT_LOGICAL;
1149 dtp->u.p.saved_type = BT_INTEGER;
1299 dtp->u.p.saved_type = BT_CHARACTER;
1633 dtp->u.p.saved_type = BT_COMPLEX;
1933 dtp->u.p.saved_type = BT_REAL;
2048 dtp->u.p.saved_type = BT_REAL;
2092 if (dtp->u.p.saved_type != BT_UNKNOWN && dtp->u.p.saved_type != type)
2095 type_name (dtp->u.p.saved_type), type_name (type)
    [all...]
io.h 562 bt saved_type; member in struct:st_parameter_dt::__anon14411::__anon14412
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
list_read.c 871 dtp->u.p.saved_type = BT_LOGICAL;
944 dtp->u.p.saved_type = BT_LOGICAL;
1114 dtp->u.p.saved_type = BT_INTEGER;
1264 dtp->u.p.saved_type = BT_CHARACTER;
1593 dtp->u.p.saved_type = BT_COMPLEX;
1878 dtp->u.p.saved_type = BT_REAL;
1993 dtp->u.p.saved_type = BT_REAL;
2037 if (dtp->u.p.saved_type != BT_UNKNOWN && dtp->u.p.saved_type != type)
2040 type_name (dtp->u.p.saved_type), type_name (type)
    [all...]
io.h 563 bt saved_type; member in struct:st_parameter_dt::__anon16823::__anon16824
  /src/external/gpl3/gcc/dist/gcc/cp/
parser.h 104 enum cpp_ttype saved_type : 8;
parser.cc 809 lexer->saved_type = last->type;
837 lexer->last_token->type = lexer->saved_type;
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
parser.h 104 enum cpp_ttype saved_type : 8;
parser.cc 709 lexer->saved_type = last->type;
737 lexer->last_token->type = lexer->saved_type;
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
ada-valprint.c 995 struct type *saved_type = type;
1002 if (type != saved_type)
994 struct type *saved_type = type; local
gdbtypes.c 1632 struct type *saved_type = type;
1642 name = saved_type->name ();
1643 objfile = saved_type->objfile_owner ();
1631 struct type *saved_type = type; local
  /src/external/gpl3/gdb/dist/gdb/
ada-valprint.c 995 struct type *saved_type = type;
1002 if (type != saved_type)
994 struct type *saved_type = type; local
gdbtypes.c 1633 struct type *saved_type = type;
1643 name = saved_type->name ();
1644 objfile = saved_type->objfile_owner ();
1632 struct type *saved_type = type; local
  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc 5150 tree saved_type = TREE_TYPE (*node); local
5152 = build_function_type_for_method (TREE_VALUE (saved_type), *node,
5156 TREE_TYPE (*node) = saved_type;
  /src/external/gpl3/gcc/dist/gcc/
varasm.cc 5261 tree saved_type = TREE_TYPE (exp);
5276 exp = build1 (ADDR_EXPR, saved_type, TREE_OPERAND (exp, 0));
5279 exp = fold_convert (saved_type, exp);
5237 tree saved_type = TREE_TYPE (exp); local
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc 5152 tree saved_type = TREE_TYPE (*node); local
5154 = build_function_type_for_method (TREE_VALUE (saved_type), *node,
5158 TREE_TYPE (*node) = saved_type;
  /src/external/gpl3/gcc.old/dist/gcc/
varasm.cc 5216 tree saved_type = TREE_TYPE (exp);
5231 exp = build1 (ADDR_EXPR, saved_type, TREE_OPERAND (exp, 0));
5234 exp = fold_convert (saved_type, exp);
5192 tree saved_type = TREE_TYPE (exp); local

Completed in 122 milliseconds