Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dbuiltins-x86.c42 signed int tmp_i; in f0() local
108 tmp_i = __builtin_ia32_comieq(tmp_V4f, tmp_V4f); in f0()
109 tmp_i = __builtin_ia32_comilt(tmp_V4f, tmp_V4f); in f0()
110 tmp_i = __builtin_ia32_comile(tmp_V4f, tmp_V4f); in f0()
111 tmp_i = __builtin_ia32_comigt(tmp_V4f, tmp_V4f); in f0()
112 tmp_i = __builtin_ia32_comige(tmp_V4f, tmp_V4f); in f0()
113 tmp_i = __builtin_ia32_comineq(tmp_V4f, tmp_V4f); in f0()
114 tmp_i = __builtin_ia32_ucomieq(tmp_V4f, tmp_V4f); in f0()
115 tmp_i = __builtin_ia32_ucomilt(tmp_V4f, tmp_V4f); in f0()
116 tmp_i = __builtin_ia32_ucomile(tmp_V4f, tmp_V4f); in f0()
[all …]
/external/clang/lib/Frontend/
DTextDiagnostic.cpp168 size_t tmp_i = i; in expandTabs() local
170 = printableTextForNextCharacter(SourceLine, &tmp_i, TabStop); in expandTabs()