Home
last modified time | relevance | path

Searched defs:print_type (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/SemaTemplate/
Dexplicit-instantiation.cpp64 void print_type() {} // expected-note {{candidate template ignored: could not match 'void ()' again… in print_type() function
70 void print_type(T *) {} // expected-note {{candidate template ignored: could not match 'void (int *… in print_type() function
/external/llvm-project/clang/test/SemaTemplate/
Dexplicit-instantiation.cpp64 void print_type() {} // expected-note {{candidate template ignored: could not match 'void ()' again… in print_type() function
70 void print_type(T *) {} // expected-note {{candidate template ignored: could not match 'void (int *… in print_type() function
/external/iptables/extensions/
Dlibip6t_mh.c148 static void print_type(uint8_t type, int numeric) in print_type() function
/external/rust/crates/bindgen/src/
Dclang.rs1841 fn print_type<S: AsRef<str>>(depth: isize, prefix: S, ty: &Type) { in ast_dump() function