HomeSort by relevance Sort by last modified time
    Searched refs:constValue (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/bindings/scripts/
IDLStructure.pm 84 our $constValue = '("[^"\r\n]*")|(0[xX][a-fA-F0-9]+)|(-?[0-9]*)';
96 our $constantSelector = 'const\s*' . $supportedTypes . '\s*(' . $idlType . '*)\s*=\s*(' . $constValue . ')';
IDLParser.pm 356 my $constValue = (defined($3) ? $3 : die("Parsing error!\nSource:\n$line\n)"));
361 $newDataNode->value($constValue);
366 print " | |> Constant; TYPE \"$constType\" NAME \"$constName\" VALUE \"$constValue\"\n" unless $beQuiet;
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 680 std::string constValue = CI->getValue().toString(10, true);
684 << ", StringRef(\"" << constValue << "\"), 10));";
    [all...]

Completed in 225 milliseconds