Searched refs:externFunction (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/CodeGen/
H A Dpredefined-expr.c5 // CHECK: @__func__.externFunction = private unnamed_addr constant [15 x i8] c"externFunction\00"
6 // CHECK: @__PRETTY_FUNCTION__.externFunction = private unnamed_addr constant [22 x i8] c"void externFunction()\00"
20 extern void externFunction() { function
40 externFunction();
/external/clang/test/CodeGenCXX/
H A Dpredefined-expr.cpp3 // CHECK: private unnamed_addr constant [15 x i8] c"externFunction\00"
4 // CHECK: private unnamed_addr constant [26 x i8] c"void NS::externFunction()\00"
289 extern void externFunction() { function in namespace:NS
346 NS::externFunction();

Completed in 76 milliseconds