Home
last modified time | relevance | path

Searched refs:ScalarLiteral (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/CodeGen/
DCGCleanup.cpp42 return saved_type(V, ScalarLiteral); in save()
88 case ScalarLiteral: in restore()
DCodeGenFunction.h3481 enum Kind { ScalarLiteral, ScalarAddress, AggregateLiteral,
/external/llvm-project/clang/lib/CodeGen/
DCGCleanup.cpp41 return saved_type(V, ScalarLiteral); in save()
82 case ScalarLiteral: in restore()
DCodeGenFunction.h204 enum Kind { ScalarLiteral, ScalarAddress, AggregateLiteral,
/external/tensorflow/tensorflow/compiler/xrt/tests/
Draw_api_test.cc177 xla::LiteralProto ScalarLiteral() { in ScalarLiteral() function
812 *alloc_1.mutable_value() = ScalarLiteral(); in TEST()