OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mystr
(Results
1 - 5
of
5
) sorted by null
/external/llvm/test/Transforms/IPConstantProp/
2009-09-24-byval-ptr.ll
4
%struct.
MYstr
= type { i8, i32 }
5
@
mystr
= internal global %struct.
MYstr
zeroinitializer ; <%struct.
MYstr
*> [#uses=3]
6
define internal void @vfu1(%struct.
MYstr
* byval align 4 %u) nounwind {
8
%0 = getelementptr %struct.
MYstr
* %u, i32 0, i32 1 ; <i32*> [#uses=1]
10
; CHECK: %struct.
MYstr
* %u
11
%1 = getelementptr %struct.
MYstr
* %u, i32 0, i32 0 ; <i8*> [#uses=1]
13
; CHECK: %struct.
MYstr
* %u
20
define internal i32 @vfu2(%struct.
MYstr
* byval align 4 %u) nounwind readonly
[
all
...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
MockEnum2.java
41
String
myStr
= "LARRY";
55
&&
myStr
.equals(test.
myStr
)) {
/external/clang/test/Analysis/
out-of-bounds.c
17
const char *
mystr
= "mary had a little lamb";
local
18
return
mystr
[-1]; // expected-warning{{Out of bound memory access}}
22
const char *
mystr
= "mary had a little lamb";
local
23
return
mystr
[1000]; // expected-warning{{Out of bound memory access}}
27
const char *
mystr
= "mary had a little lamb";
local
28
return
mystr
[5]; // no-warning
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/util/
table2CSV.js
65
var
mystr
= tmpRow.join(options.separator);
66
csvData[csvData.length] =
mystr
;
/external/icu4c/common/
ucnv_io.c
787
const char *
myStr
= GET_STRING(currList[myContext->listIdx++]);
789
*resultLength = (int32_t)uprv_strlen(
myStr
);
791
return
myStr
;
[
all
...]
Completed in 825 milliseconds