OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tmp_i
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGen/
builtins-x86.c
42
signed int
tmp_i
;
local
104
tmp_i
= __builtin_ia32_comieq(tmp_V4f, tmp_V4f);
105
tmp_i
= __builtin_ia32_comilt(tmp_V4f, tmp_V4f);
106
tmp_i
= __builtin_ia32_comile(tmp_V4f, tmp_V4f);
107
tmp_i
= __builtin_ia32_comigt(tmp_V4f, tmp_V4f);
108
tmp_i
= __builtin_ia32_comige(tmp_V4f, tmp_V4f);
109
tmp_i
= __builtin_ia32_comineq(tmp_V4f, tmp_V4f);
110
tmp_i
= __builtin_ia32_ucomieq(tmp_V4f, tmp_V4f);
111
tmp_i
= __builtin_ia32_ucomilt(tmp_V4f, tmp_V4f);
112
tmp_i
= __builtin_ia32_ucomile(tmp_V4f, tmp_V4f)
[
all
...]
/external/clang/lib/Frontend/
TextDiagnostic.cpp
166
size_t
tmp_i
= i;
168
= printableTextForNextCharacter(SourceLine, &
tmp_i
, TabStop);
[
all
...]
Completed in 453 milliseconds