Searched refs:def (Results 201 - 225 of 398) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/Ruby/lib/
H A Dantlr3.rb116 def self.library_path( *args )
124 def self.data_path( *args )
132 def self.bug!( message = nil )
140 def self.antlr_jar=( path )
144 def self.antlr_jar
/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp156 /// physical register and the existing subregister number of the def / use
416 if (BValNo->def != CopyIdx) return false;
427 MachineInstr *ACopyMI = LIS->getInstructionFromIndex(AValNo->def);
433 IntB.FindLiveRangeContaining(AValNo->def.getPrevSlot());
455 BValNo->def = FillerStart;
552 if (!BValNo || BValNo->def != CopyIdx)
555 assert(BValNo->def == CopyIdx && "Copy doesn't define the value?");
562 MachineInstr *DefMI = LIS->getInstructionFromIndex(AValNo->def);
604 // If this use is tied to a def, we can't rewrite the register.
609 DEBUG(dbgs() << "\tremoveCopyByCommutingDef: " << AValNo->def << '\
[all...]
H A DMachineVerifier.cpp807 report("Explicit operand marked as def", MO, MONum);
819 report("Tied def doesn't match MCInstrDesc", MO, MONum);
849 report("Explicit def tied to explicit use without tie constraint",
853 report("Explicit def should be tied to implicit use", MO, MONum);
961 // Both use and def operands can read a register.
1025 report("Reading virtual register without a def", MO, MONum);
1061 if (VNI->def != DefIdx) {
1062 report("Inconsistent valno->def", MO, MONum);
1067 report("No live range at def", MO, MONum);
1257 report("Virtual register def does
[all...]
H A DLiveIntervalAnalysis.cpp182 /// isPartialRedef - Return true if the specified def at the specific index is
193 MachineInstr *DefMI = getInstructionFromIndex(OldLR->valno->def);
218 assert(!MO.readsReg() && "First def cannot also read virtual register "
288 "PHI def index points at actual instruction.");
299 // e.g. %reg1031:5<def>, %reg1031:6<def> = VLD1q16 %reg1024<kill>, ...
307 // def-and-use register operand.
310 // 80 %reg1041:6<def> = VSHRNv4i16 %reg1034<kill>, 12, pred:14, pred:%reg0
311 // 120 %reg1041:5<def> = VSHRNv4i16 %reg1039<kill>, 12, pred:14, pred:%reg0
324 SlotIndex DefIndex = OldValNo->def
[all...]
/external/llvm/tools/gold/
H A Dgold-plugin.cpp323 sym.def = LDPK_DEF;
326 sym.def = LDPK_UNDEF;
329 sym.def = LDPK_COMMON;
333 sym.def = LDPK_WEAKDEF;
336 sym.def = LDPK_WEAKUNDEF;
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
H A DScala.stg89 def this(input<grammar.delegators:{g|, <g.recognizerName> <g:delegateName()>}>: CharStream) =
103 override def getGrammarFileName = "<fileName>"
122 override def nextToken(): Token = {
164 override def memoize(input: IntStream,
170 override def alreadyParsedRule(input: IntStream, ruleIndex: Int):Boolean {
214 def this(input<grammar.delegators:{g|, <g.recognizerName> <g:delegateName()>}>: <inputStreamType>) =
224 override def getTokenNames: Array[String] = tokenNames
225 override def getGrammarFileName = "<fileName>"
236 def <ruleDescriptor.name>(<ruleDescriptor.parameterScope:parameterScope()>): <returnType()> = \{ <if(ruleDescriptor.hasReturnValue)>return <endif><ruleDescriptor.grammar:delegateName()>.<ruleDescriptor.name>(<ruleDescriptor.parameterScope.attributes:{a|<a.name>}; separator=", ">) \}}; separator="\n">
282 def <ruleNam
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
H A Ddebug-mode.rb14 def initialize( port )
54 def ack
66 def parse( grammar, rule, input, options = {} )
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
H A DRuby.stg241 def initialize_dfas
251 def initialize( <grammar.delegators:{g|<g:delegateName()>, }>input, options = {} )
283 def <ruleName><if(ruleDescriptor.parameterScope)>( <ruleDescriptor.parameterScope:parameterScope()> )<endif>
304 def <ruleName><if(ruleDescriptor.parameterScope)>( <ruleDescriptor.parameterScope:parameterScope()> )<endif>
318 def <ruleDescriptor.name><if(ruleDescriptor.parameterScope)>( <ruleDescriptor.parameterScope:parameterScope()> )<endif>
910 def description
921 def special_state_transition_for_dfa<dfa.decisionNumber>(s, input)
936 def <name>() @recognizer.<name> end<\n>
1161 def initialize( <grammar.delegators:{g|<g:delegateName()>, }>input=nil, options = {} )
1187 def initialize_dfa
[all...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DCertStore1Test.java143 String def = "Proba.cert.store.type";
150 Security.setProperty("certstore.type", def);
152 assertEquals("Incorrect default type", dt, def);
/external/emma/core/java12/com/vladium/util/
H A DProperty.java197 public static String getSystemProperty (final String key, final String def) argument
201 return System.getProperty (key, def);
205 return def;
/external/libppp/src/
H A Dsystems.c433 int def, how, rs; local
436 def = !strcmp(name, "default");
447 if (!def) {
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_message.cc59 string def = field->DebugString(); local
60 printer->Print("// $def$\n",
61 "def", def.substr(0, def.find_first_of('\n')));
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dll-star.rb14 def output
H A Dscopes.rb51 def emit_error_message(msg)
55 def report_error(error)
/external/clang/test/SemaTemplate/
H A Dconstructor-template.cpp93 DefaultCtorHasDefaultArg def; local
/external/openssl/crypto/engine/
H A Deng_int.h130 typedef void (engine_table_doall_cb)(int nid, STACK_OF(ENGINE) *sk, ENGINE *def, void *arg);
/external/qemu/hw/
H A Dqdev.h102 uint64_t qdev_get_prop_int(DeviceState *dev, const char *name, uint64_t def);
H A Dbt-sdp.c698 struct sdp_def_service_s *def, int handle)
705 while (def->attributes[record->attributes].data.type) {
707 len += sdp_attr_max_size(&def->attributes[record->attributes ++].data,
719 while (def->attributes[record->attributes].data.type) {
724 data[len ++] = def->attributes[record->attributes].id >> 8;
725 data[len ++] = def->attributes[record->attributes].id & 0xff;
727 &def->attributes[record->attributes].data, &uuid);
730 if (def->attributes[record->attributes].id == SDP_ATTR_RECORD_HANDLE)
731 def->attributes[record->attributes].data.value.uint = handle;
697 sdp_service_record_build(struct sdp_service_record_s *record, struct sdp_def_service_s *def, int handle) argument
/external/webkit/Tools/android/flex-2.5.4a/
H A Dscan.l36 #define ACTION_IFDEF(def, should_define) \
39 action_define( def, 1 ); \
H A Dtblcmp.c286 * that if we're using meta-equivalence classes, the def[]
491 def[jamstate] = 0;
498 /* mkentry - create base/def and nxt/chk entries for transition array
505 * is the offset to be used into the base/def tables, and "deflink" is the
506 * entry to put in the "def" table entry. If "deflink" is equal to
531 def[statenum] = deflink;
622 def[statenum] = deflink;
656 def[state] = onedef;
/external/icu4c/test/cintltst/
H A Dcnumtst.c173 UNumberFormat *def, *fr, *cur_def, *cur_fr, *per_def, *per_fr, local
179 def=unum_open(style, NULL,0,NULL, NULL,&status);
227 myclone = unum_clone(def,&status);
229 log_err("Error: could not clone unum_clone(def, &status): %s\n", myErrorName(status));
671 unum_setTextAttribute(def, UNUM_POSITIVE_PREFIX, prefix, u_strlen(prefix) , &status);
676 unum_getTextAttribute(def, UNUM_POSITIVE_PREFIX, temp, resultlength, &status);
688 unum_setTextAttribute(def, UNUM_NEGATIVE_PREFIX, prefix, u_strlen(prefix), &status);
693 unum_getTextAttribute(def, UNUM_NEGATIVE_PREFIX, temp, resultlength, &status);
704 unum_setTextAttribute(def, UNUM_NEGATIVE_SUFFIX, suffix, u_strlen(suffix) , &status);
710 unum_getTextAttribute(def, UNUM_NEGATIVE_SUFFI
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/
H A Dbasic.rb18 def rewrite( input, expected )
289 def rewrite( input )
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DPhiInsn.java92 RegisterSpec def
96 o.regSpec = o.regSpec.withType(def.getType());
/external/linux-tools-perf/util/
H A Dconfig.c383 static int perf_env_bool(const char *k, int def) argument
386 return v ? perf_config_bool(k, v) : def;
/external/oprofile/
H A Dopimport_pull7 def PrintUsage():

Completed in 1319 milliseconds

1234567891011>>