OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:str1
(Results
76 - 100
of
383
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/Source/WebCore/xml/
XSLTUnicodeSort.cpp
199
String
str1
= String::fromUTF8((const char*)results[j]->stringval);
local
201
tst = collator.collate(
str1
.characters(),
str1
.length(), str2.characters(), str2.length());
254
String
str1
= String::fromUTF8((const char*)res[j]->stringval);
local
256
tst = collator.collate(
str1
.characters(),
str1
.length(), str2.characters(), str2.length());
/dalvik/vm/oo/
AccessCheck.cpp
24
static int strcmpCount(const char*
str1
, const char* str2)
29
char ch =
str1
[count];
/external/e2fsprogs/debugfs/
util.o
/external/llvm/test/CodeGen/ARM/
2011-04-26-SchedTweak.ll
11
@.
str1
= external hidden unnamed_addr constant [6 x i8], align 4
51
%tmp13 = call i32 @foo(i8* getelementptr inbounds ([6 x i8]* @.
str1
, i32 0, i32 0), i64 %tmp12, i32 %tmp5) nounwind
/external/llvm/test/CodeGen/X86/
2006-07-19-ATTAsm.ll
30
i8* getelementptr ([10 x i8]* @
str1
, i64 0, i64 0),
34
@
str1
= internal constant [10 x i8] c"testb.cpp\00", section "llvm.metadata" ; <[10 x i8]*> [#uses=1]
2010-07-06-DbgCrash.ll
4
@.
str1
= private constant [4 x i8] c"two\00", align 1 ; <[5 x i8]*> [#uses=1]
5
@C.9.2167 = internal constant [2 x i8*] [i8* getelementptr inbounds ([4 x i8]* @.str, i64 0, i64 0), i8* getelementptr inbounds ([4 x i8]* @.
str1
, i64 0, i64 0)]
byval-align.ll
5
@.
str1
= private constant [8 x i8] c"Failed \00", align 1 ; <[8 x i8]*> [#uses=1]
29
%8 = call i32 @puts(i8* getelementptr inbounds ([8 x i8]* @.
str1
, i64 0, i64 0)) nounwind ; <i32> [#uses=0]
/external/llvm/test/Transforms/JumpThreading/
lvi-load.ll
14
@.
str1
= private constant [59 x i8] c"isa<X>(Val) && \22cast<Ty>() argument of incompatible type!\22\00", align 8 ; <[59 x i8]*> [#uses=1]
30
tail call void @__assert_rtn(i8* getelementptr inbounds ([5 x i8]* @_ZZN4llvm4castINS_11InstructionEPNS_5ValueEEENS_10cast_rettyIT_T0_E8ret_typeERKS6_E8__func__, i64 0, i64 0), i8* getelementptr inbounds ([31 x i8]* @.str, i64 0, i64 0), i32 202, i8* getelementptr inbounds ([59 x i8]* @.
str1
, i64 0, i64 0)) noreturn
/external/llvm/test/Transforms/SimplifyCFG/
2003-08-17-FoldSwitch-dbg.ll
11
@.
str1
= internal constant [6 x i8] c"/tmp/\00", section "llvm.metadata" ; <[6 x i8]*> [#uses=1]
13
@llvm.dbg.compile_unit = internal constant %llvm.dbg.compile_unit.type { i32 458769, { }* bitcast (%llvm.dbg.anchor.type* @llvm.dbg.compile_units to { }*), i32 1, i8* getelementptr ([4 x i8]* @.str, i32 0, i32 0), i8* getelementptr ([6 x i8]* @.
str1
, i32 0, i32 0), i8* getelementptr ([55 x i8]* @.str2, i32 0, i32 0), i1 true, i1 false, i8* null }, section "llvm.metadata" ; <%llvm.dbg.compile_unit.type*> [#uses=1]
/external/llvm/test/Transforms/SimplifyLibCalls/
StrStr.ll
8
@.
str1
= private constant [2 x i8] c"a\00" ; <[2 x i8]*> [#uses=1]
25
%call = tail call i8* @strstr(i8* %P, i8* getelementptr inbounds ([2 x i8]* @.
str1
, i32 0, i32 0)) nounwind ; <i8*> [#uses=1]