Searched defs:isParameter (Results 1 - 6 of 6) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
H A DDescriptor.java821 public boolean isParameter() { return param; } method in class:Descriptor.Iterator
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h81 void add(SDDbgValue *V, const SDNode *Node, bool isParameter) { argument
82 if (isParameter) {
943 void AddDbgValue(SDDbgValue *DB, SDNode *SD, bool isParameter);
/external/libxml2/
H A Dparser.c5148 int isParameter = 0; local
5170 isParameter = 1;
5194 if (isParameter) {
5362 if (isParameter) {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5735 void SelectionDAG::AddDbgValue(SDDbgValue *DB, SDNode *SD, bool isParameter) { argument
5736 DbgInfo->add(DB, SD, isParameter);
H A DSelectionDAGBuilder.cpp4616 bool isParameter = local
4622 if (isParameter && !AI) {
4644 DAG.AddDbgValue(SDV, N.getNode(), isParameter);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 180 milliseconds