Searched defs:untyped (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DValueTypes.h86 untyped = 36, // This value takes a register, but has enumerator in enum:llvm::MVT::SimpleValueType
/external/protobuf/src/google/protobuf/compiler/js/
H A Djs_generator.cc2187 bool untyped = local
2204 if (untyped) {
2207 " * @return {?} Raw field, untyped.\n"
2226 if (untyped) {
2270 if (untyped) {
2284 if (field->type() == FieldDescriptor::TYPE_BYTES && !untyped) {
2289 if (untyped) {
2318 untyped ? "/** @type{string|number|boolean|Array|undefined} */(" : "",
2319 "typeclose", untyped ? ")" : "",
2326 if (untyped) {
[all...]
/external/v8/src/compiler/
H A Dpipeline.cc406 void RunPrintAndVerify(const char* phase, bool untyped = false);
1462 void Run(PipelineData* data, Zone* temp_zone, const bool untyped, argument
1464 Verifier::Run(data->graph(), !untyped ? Verifier::TYPED : Verifier::UNTYPED,
1469 void PipelineImpl::RunPrintAndVerify(const char* phase, bool untyped) { argument
1474 Run<VerifyGraphPhase>(untyped);
1504 RunPrintAndVerify("Initial untyped", true);
1746 // TODO(rossberg): Should this really be untyped?

Completed in 106 milliseconds