HomeSort by relevance Sort by last modified time
    Searched refs:fun_type (Results 1 - 3 of 3) sorted by null

  /external/clang/test/SemaCXX/
rval-references.cpp 24 typedef void (fun_type)(); typedef
26 fun_type &&make_fun();
54 fun_type &&fun_ref = fun; // works because functions are special
55 fun_type &&fun_ref2 = make_fun(); // same
56 fun_type &fun_lref = make_fun(); // also special
  /external/clang/test/CodeGenCXX/
mangle-ms-arg-qualifiers.cpp 234 typedef void fun_type(void); typedef
238 void mangle_no_backref2(fun_type, ptr_to_fun_type) {}
250 void mangle_yes_backref2(fun_type *const[], ptr_to_fun_type const[]) {}
  /external/v8/src/asmjs/
asm-typer.cc 1263 auto* fun_type = AsmType::Function(zone_, return_type_); local
    [all...]

Completed in 207 milliseconds