/external/llvm/lib/Transforms/Scalar/ |
D | LoadCombine.cpp | 51 PointerOffsetPair POP; member 98 PointerOffsetPair POP; in getPointerOffsetPair() local 264 auto POP = getPointerOffsetPair(*LI); in runOnBasicBlock() local
|
/external/eigen/test/ |
D | packetmath.cpp | 64 #define CHECK_CWISE1(REFOP, POP) { \ argument 91 #define CHECK_CWISE1_IF(COND, REFOP, POP) if(COND) { \ argument 99 #define CHECK_CWISE2_IF(COND, REFOP, POP) if(COND) { \ argument
|
/external/v8/src/ic/ |
D | handler-compiler.h | 181 enum PopMode { POP, DISCARD }; enumerator
|
/external/valgrind/none/tests/mips64/ |
D | cvm_atomic.c | 178 BADDU, POP, DPOP, SAA, SAAD, LAA, LAAD, LAW, LAWD, LAI, LAID, LAD, LADD, enumerator
|
/external/valgrind/coregrind/m_debuginfo/ |
D | d3basics.c | 501 # define POP(_lval) \ in ML_() macro
|
D | readdwarf.c | 2647 # define POP(_lval) \ in dwarfexpr_to_dag() macro
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | EDEmitter.cpp | 410 #define POP(target) { \ macro
|
/external/annotation-tools/asmx/core/org/objectweb/asm/ |
D | Opcodes.class | <Unknown>
package org.objectweb.asm
public abstract org.objectweb.asm.Opcodes extends ... |
/external/javassist/src/main/javassist/bytecode/ |
D | Opcode.java | 218 int POP = 87; field
|
/external/annotation-tools/asmx/src/org/objectweb/asm/ |
D | Opcodes.java | 246 int POP = 87; // - field
|
/external/python/cpython2/Lib/ |
D | pickle.py | 104 POP = '0' # discard topmost stack item variable
|
/external/python/cpython2/Python/ |
D | ceval.c | 938 #define POP() ((void)(lltrace && prtrace(TOP(), "pop")), \ in PyEval_EvalFrameEx() macro 948 #define POP() BASIC_POP() in PyEval_EvalFrameEx() macro
|
/external/python/cpython3/Lib/ |
D | pickle.py | 104 POP = b'0' # discard topmost stack item variable
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | EvaluationShrinker.java | 59 private static final int POP = InstructionConstants.OP_POP & 0xff; field in EvaluationShrinker
|
/external/pcre/dist2/src/sljit/ |
D | sljitNativeARM_T2_32.c | 141 #define POP 0xbc00 macro
|
D | sljitNativeARM_32.c | 95 #define POP 0xe8bd0000 macro
|
/external/python/cpython3/Python/ |
D | ceval.c | 945 #define POP() ((void)(lltrace && prtrace(TOP(), "pop")), \ in _PyEval_EvalFrameDefault() macro 955 #define POP() BASIC_POP() in _PyEval_EvalFrameDefault() macro
|
/external/python/cpython2/Modules/ |
D | cPickle.c | 34 #define POP '0' macro
|
/external/python/cpython3/Modules/ |
D | _pickle.c | 27 POP = '0', enumerator
|