OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test_long_double
(Results
1 - 8
of
8
) sorted by null
/development/vndk/tools/header-checker/tests/input/
func_decl_no_args.h
34
extern long double
test_long_double
();
func_decl_one_arg.h
32
extern void
test_long_double
(long double);
func_decl_one_arg_ret.h
32
extern long double
test_long_double
(long double);
/development/vndk/tools/header-checker/tests/expected/
func_decl_no_args.h
188
name: "
test_long_double
"
190
linker_set_key: "
test_long_double
"
192
mangled_function_name: "
test_long_double
"
func_decl_one_arg.h
306
name: "
test_long_double
"
308
linker_set_key: "
test_long_double
"
310
mangled_function_name: "
test_long_double
"
func_decl_one_arg_ret.h
332
name: "
test_long_double
"
334
linker_set_key: "
test_long_double
"
336
mangled_function_name: "
test_long_double
"
/external/clang/test/Sema/
warn-absolute-value.c
345
void
test_long_double
(long double x) {
function
[
all
...]
/external/clang/test/SemaCXX/
warn-absolute-value.cpp
374
void
test_long_double
(long double x) {
function
[
all
...]
Completed in 149 milliseconds