/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_valuefactory.cpp | 239 auto literal = nir_src_as_const_value(load_uniform->src[0]); in uniform() local
|
H A D | sfn_optimizer.cpp | 612 auto literal = src->as_literal(); in visit() local
|
/third_party/node/test/fixtures/wpt/resources/webidl2/lib/ |
H A D | writer.js | |
/third_party/node/deps/v8/src/ast/ |
H A D | ast-value-factory.h | 350 const AstRawString* GetOneByteString(base::Vector<const uint8_t> literal) { in GetOneByteString() argument 356 const AstRawString* GetTwoByteString(base::Vector<const uint16_t> literal) { in GetTwoByteString() argument
|
H A D | ast-value-factory.cc | 317 GetOneByteStringInternal( base::Vector<const uint8_t> literal) GetOneByteStringInternal() argument 333 GetTwoByteStringInternal( base::Vector<const uint16_t> literal) GetTwoByteStringInternal() argument 341 GetString( String literal, const SharedStringAccessGuardIfNeeded& access_guard) GetString() argument [all...] |
/third_party/node/deps/v8/src/parsing/ |
H A D | parse-info.cc | 111 ForToplevelFunction( const UnoptimizedCompileFlags toplevel_flags, const FunctionLiteral* literal) ForToplevelFunction() argument
|
/third_party/rust/crates/clap/src/output/ |
H A D | help_template.rs | 810 fn literal<T: Into<String>>(&mut self, msg: T) { in literal() functions
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | fold_spec_constant_op_and_composite_pass.cpp | 284 uint32_t literal = inst->GetSingleWordInOperand(i); in DoVectorShuffle() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | fold_spec_constant_op_and_composite_pass.cpp | 284 uint32_t literal = inst->GetSingleWordInOperand(i); in DoVectorShuffle() local
|
/third_party/rust/crates/proc-macro2/tests/ |
H A D | test.rs | 116 let mut literal = String::new(); in literal_raw_string() variables [all...] |
/third_party/rust/crates/syn/src/ |
H A D | buffer.rs | 252 pub fn literal(mut self) -> Option<(Literal, Cursor<'a>)> { in literal() functions
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/ |
H A D | Mf2DataModel.java | 477 private final String literal; field in Mf2DataModel.Value 551 private String literal; field in Mf2DataModel.Value.Builder 563 public Builder setLiteral(String literal) { in setLiteral() argument [all...] |
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-primitive.h | 417 NewFromUtf8Literal( Isolate* isolate, const char (&literal)[N], NewStringType type = NewStringType::kNormal) NewFromUtf8Literal() argument 575 NewFromUtf8Literal( Isolate* isolate, const char (&literal)[1], NewStringType type) NewFromUtf8Literal() argument
|
/third_party/node/deps/v8/src/asmjs/ |
H A D | asm-js.cc | 187 explicit AsmJsCompilationJob(ParseInfo* parse_info, FunctionLiteral* literal, in AsmJsCompilationJob() argument 292 NewCompilationJob( ParseInfo* parse_info, FunctionLiteral* literal, AccountingAllocator* allocator) NewCompilationJob() argument
|
/third_party/node/deps/v8/include/ |
H A D | v8-primitive.h | 415 NewFromUtf8Literal( Isolate* isolate, const char (&literal)[N], NewStringType type = NewStringType::kNormal) NewFromUtf8Literal() argument 566 NewFromUtf8Literal( Isolate* isolate, const char (&literal)[1], NewStringType type) NewFromUtf8Literal() argument
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | interpreter.cc | 174 InterpreterCompilationJob( ParseInfo* parse_info, FunctionLiteral* literal, Handle<Script> script, AccountingAllocator* allocator, std::vector<FunctionLiteral*>* eager_inner_literals, LocalIsolate* local_isolate) InterpreterCompilationJob() argument 307 NewCompilationJob( ParseInfo* parse_info, FunctionLiteral* literal, Handle<Script> script, AccountingAllocator* allocator, std::vector<FunctionLiteral*>* eager_inner_literals, LocalIsolate* local_isolate) NewCompilationJob() argument 318 NewSourcePositionCollectionJob( ParseInfo* parse_info, FunctionLiteral* literal, Handle<BytecodeArray> existing_bytecode, AccountingAllocator* allocator, LocalIsolate* local_isolate) NewSourcePositionCollectionJob() argument [all...] |
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-literals.cc | 519 Handle<JSObject> literal = LiteralHelper::Create(isolate, description, flags, in CreateLiteralWithoutAllocationSite() local
|
/third_party/mesa3d/src/gallium/tools/trace/ |
H A D | pytracediff.py | 136 def literal(self, text): member in PKKPrettyPrinter
|
/third_party/mesa3d/src/imagination/vulkan/pds/ |
H A D | pvr_rogue_pds_disasm.h | 104 uint64_t literal; /* Literal value if type == LITERAL_NUM */ member
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_substitute.c | 84 BOOL literal = FALSE; in find_text_end() local [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate_composites.cpp | 543 auto literal = inst->GetOperandAs<uint32_t>(i); in ValidateVectorShuffle() local
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | hex_float_test.cpp | 1102 std::string literal; member 1126 FloatParseCase<T> BadFloatParseCase(std::string literal, bool negate_value, in BadFloatParseCase() argument 1134 FloatParseCase<T> GoodFloatParseCase(std::string literal, bool negate_value, in GoodFloatParseCase() argument 1337 std::string literal; global() member [all...] |
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_parser.cpp | 563 bool literal = c && !c->specialization; in parse() local
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | text.cpp | 364 spv_literal_t literal = {}; in spvTextEncodeOperand() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | text.cpp | 364 spv_literal_t literal = {}; in spvTextEncodeOperand() local [all...] |