Home
last modified time | relevance | path

Searched refs:useint (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/
Dlocal-constant.ll5 ; void useint(int);
8 ; useint(x);
9 ; useint(x);
36 tail call void @"\01?useint@@YAXH@Z"(i32 42) #3, !dbg !16
37 tail call void @"\01?useint@@YAXH@Z"(i32 42) #3, !dbg !17
41 declare void @"\01?useint@@YAXH@Z"(i32) #1
/external/llvm/test/DebugInfo/COFF/
Dlocal-constant.ll5 ; void useint(int);
8 ; useint(x);
9 ; useint(x);
35 tail call void @"\01?useint@@YAXH@Z"(i32 42) #3, !dbg !16
36 tail call void @"\01?useint@@YAXH@Z"(i32 42) #3, !dbg !17
40 declare void @"\01?useint@@YAXH@Z"(i32) #1
/external/icu/icu4c/source/i18n/
DdecNumber.cpp1985 Flag useint=0; /* 1 if can use integer calculation */ in uprv_decNumberPower() local
2065 useint=1; /* looks good */ in uprv_decNumberPower()
2116 if (!useint) { /* non-integral rhs */ in uprv_decNumberPower()
2176 if (!useint) { /* non-integral rhs */ in uprv_decNumberPower()