Home
last modified time | relevance | path

Searched defs:Unop (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp710 Node Unop(wasm::WasmOpcode Opcode, Node Input) { in Unop() function in IceBuilder
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp2510 Expr *Unop = new (Context) UnaryOperator(DRE, UO_AddrOf, in RewriteObjCStringLiteral() local
DRewriteModernObjC.cpp2586 Expr *Unop = new (Context) UnaryOperator(DRE, UO_AddrOf, in RewriteObjCStringLiteral() local
/external/v8/src/compiler/
Dwasm-compiler.cc589 Node* WasmGraphBuilder::Unop(wasm::WasmOpcode opcode, Node* input, in Unop() function in v8::internal::compiler::WasmGraphBuilder