Home
last modified time | relevance | path

Searched refs:STRING_EMPTY (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/coregrind/m_demangle/
Dcplus-dem.c355 #define STRING_EMPTY(str) ((str) -> b == (str) -> p) macro
356 #define APPEND_BLANK(str) {if (!STRING_EMPTY(str)) \
358 #define LEN_STRING(str) ( (STRING_EMPTY(str))?0:((str)->p - (str)->b))
3544 if (!STRING_EMPTY (result)) in demangle_qualified()
3691 if (!STRING_EMPTY (&decl) in do_type()
3731 if (!STRING_EMPTY (&decl) in do_type()
3864 if (!STRING_EMPTY (&decl)) in do_type()
3936 if (!STRING_EMPTY (&decl)) in do_type()
3990 if (!STRING_EMPTY (result)) in demangle_fund_type()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java101 private static final int STRING_EMPTY = 31; field in InstructionSequenceConstants
3869 new ConstantInstruction(InstructionConstants.OP_LDC, STRING_EMPTY),
4537 new ConstantInstruction(InstructionConstants.OP_LDC, STRING_EMPTY),