Searched refs:lookup_type (Results 1 - 9 of 9) sorted by relevance

/external/v8/tools/
H A Dgdb-v8-support.py59 t_u32 = gdb.lookup_type('unsigned int')
60 t_u64 = gdb.lookup_type('unsigned long long')
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h42 typedef const value_type* lookup_type; typedef in struct:clang::ento::ProgramStatePartialTrait
50 static lookup_type Lookup(data_type B, key_type K) {
H A DProgramState.h350 typename ProgramStateTrait<T>::lookup_type
/external/harfbuzz/src/
H A Dharfbuzz-gsub-private.h471 HB_UShort lookup_type );
475 HB_UShort lookup_type );
H A Dharfbuzz-gpos-private.h717 HB_UShort lookup_type );
721 HB_UShort lookup_type );
H A Dharfbuzz-open.c453 HB_UShort lookup_type )
456 return _HB_GSUB_Load_SubTable ( &st->st.gsub, stream, lookup_type );
458 return _HB_GPOS_Load_SubTable ( &st->st.gpos, stream, lookup_type );
464 HB_UShort lookup_type )
467 _HB_GSUB_Free_SubTable ( &st->st.gsub, lookup_type );
469 _HB_GPOS_Free_SubTable ( &st->st.gpos, lookup_type );
H A Dharfbuzz-gsub.c4028 int lookup_type; local
4041 lookup_type = lo->LookupType;
4047 switch (lookup_type) {
4081 HB_UShort lookup_type )
4083 switch (lookup_type) {
4099 HB_UShort lookup_type )
4101 switch ( lookup_type ) {
4125 int lookup_type = gsub->LookupList.Lookup[lookup_index].LookupType; local
4131 switch (lookup_type) {
H A Dharfbuzz-gpos.c5780 int lookup_type; local
5794 lookup_type = lo->LookupType;
5800 switch (lookup_type) {
5836 HB_UShort lookup_type )
5838 switch ( lookup_type ) {
5855 HB_UShort lookup_type )
5857 switch ( lookup_type ) {
/external/webkit/Tools/gdb/
H A Dwebkit.py300 element_type = gdb.lookup_type('WebCore::Element')
301 node_type = gdb.lookup_type('WebCore::Node')

Completed in 120 milliseconds