HomeSort by relevance Sort by last modified time
    Searched full:outer4 (Results 1 - 5 of 5) sorted by null

  /external/clang/test/Sema/
var-redecl.c 5 int outer4; variable
6 int outer4; // expected-note{{previous definition is here}} variable
15 double outer4; local
27 float outer4; // expected-error{{redefinition of 'outer4' with a different type}} variable
function-redecl.c 65 int outer4(int); // expected-note{{previous declaration is here}}
73 int outer4(int);
84 int outer4(float); // expected-error{{conflicting types for 'outer4'}}
  /external/llvm/test/Transforms/Inline/
inline_returns_twice.ll 77 define i32 @outer4() {
79 ; CHECK-LABEL: define i32 @outer4(
always-inline.ll 70 define i32 @outer4() {
72 ; CHECK-LABEL: @outer4(
alloca-bonus.ll 87 define void @outer4(i32 %A) {
88 ; CHECK-LABEL: @outer4(

Completed in 670 milliseconds