Searched refs:tmp_i (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-x86.c | 42 signed int tmp_i; in f0() local 105 tmp_i = __builtin_ia32_comieq(tmp_V4f, tmp_V4f); in f0() 106 tmp_i = __builtin_ia32_comilt(tmp_V4f, tmp_V4f); in f0() 107 tmp_i = __builtin_ia32_comile(tmp_V4f, tmp_V4f); in f0() 108 tmp_i = __builtin_ia32_comigt(tmp_V4f, tmp_V4f); in f0() 109 tmp_i = __builtin_ia32_comige(tmp_V4f, tmp_V4f); in f0() 110 tmp_i = __builtin_ia32_comineq(tmp_V4f, tmp_V4f); in f0() 111 tmp_i = __builtin_ia32_ucomieq(tmp_V4f, tmp_V4f); in f0() 112 tmp_i = __builtin_ia32_ucomilt(tmp_V4f, tmp_V4f); in f0() 113 tmp_i = __builtin_ia32_ucomile(tmp_V4f, tmp_V4f); in f0() [all …]
|
/external/clang/lib/Frontend/ |
D | TextDiagnostic.cpp | 168 size_t tmp_i = i; in expandTabs() local 170 = printableTextForNextCharacter(SourceLine, &tmp_i, TabStop); in expandTabs()
|