OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lastty
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/Sema/
TypeLocBuilder.h
38
QualType
LastTy
;
84
LastTy
= QualType();
93
LastTy
= T;
107
assert(T ==
LastTy
&& "type doesn't match last type pushed!");
120
assert(T ==
LastTy
&& "type doesn't match last type pushed!");
133
assert(TLast ==
LastTy
&&
135
LastTy
= T;
173
assert(
LastTy
.isNull() && "pushing full on non-empty TypeLocBuilder");
174
LastTy
= T;
193
assert(
LastTy
== T && "type doesn't match last type pushed!")
[
all
...]
/external/webkit/Tools/DumpRenderTree/mac/PerlSupport/
DumpRenderTreeSupport_wrapPregenerated.c
211
swig_type_info *
lastty
= ty;
local
215
if (ty)
lastty
= ty;
217
return
lastty
;
/external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
756
Type *
LastTy
= 0;
760
if (V->getType() !=
LastTy
) {
761
LastTy
= V->getType();
762
Record.push_back(VE.getTypeID(
LastTy
));
[
all
...]
/frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp
796
Type *
LastTy
= 0;
800
if (V->getType() !=
LastTy
) {
801
LastTy
= V->getType();
802
Record.push_back(VE.getTypeID(
LastTy
));
[
all
...]
/external/llvm/lib/VMCore/
ConstantFold.cpp
[
all
...]
Completed in 187 milliseconds