Home
last modified time | relevance | path

Searched refs:dso_function (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/compiler-rt/test/ubsan/TestCases/Misc/
Dno-interception.cpp15 int dso_function(int);
19 dso_function(INT_MAX); in main()
/external/llvm-project/compiler-rt/test/ubsan/TestCases/Misc/Inputs/
Dno-interception-dso.c1 int dso_function(int i) { in dso_function() function