OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getIntType
(Results
1 - 8
of
8
) sorted by null
/frameworks/rs/rsov/compiler/
Wrapper_test.cpp
53
auto elemType = m.
getIntType
(32);
/frameworks/rs/rsov/compiler/spirit/
module_test.cpp
181
EXPECT_EQ(4UL, m->getSize(m->
getIntType
(32)));
182
EXPECT_EQ(4UL, m->getSize(m->
getIntType
(32, 0)));
builder_test.cpp
108
auto IntTy = m->
getIntType
(32);
209
auto IntTy = m->
getIntType
(32);
module.cpp
283
TypeIntInst *Module::
getIntType
(int bits, bool isSigned) {
284
return getGlobalSection()->
getIntType
(bits, isSigned);
288
return
getIntType
(bits, false);
706
TypeIntInst *GlobalSection::
getIntType
(int bits, bool isSigned) {
854
TypeIntInst *UIntTy =
getIntType
(32, false);
873
TypeIntInst *UIntTy =
getIntType
(32, false);
module.h
154
TypeIntInst *
getIntType
(int bits, bool isSigned = true);
408
TypeIntInst *
getIntType
(int bits, bool isSigned = true);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.0.6/
kotlin-reflect-1.0.6.jar
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.5/
kotlin-reflect.jar
Completed in 241 milliseconds