HomeSort by: relevance | last modified time | path
    Searched defs:saved_type (Results 1 - 12 of 12) 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)
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...]
  /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/dist/libgfortran/io/
io.h 562 bt saved_type; member in struct:st_parameter_dt::__anon14411::__anon14412
  /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
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
io.h 563 bt saved_type; member in struct:st_parameter_dt::__anon16823::__anon16824

Completed in 50 milliseconds