Home
last modified time | relevance | path

Searched defs:LHS (Results 1 – 5 of 5) sorted by relevance

/frameworks/ml/nn/common/include/
DUtils.h117 #define NN_RET_CHECK_OP(LHS, RHS, OP) \ argument
/frameworks/native/include/private/ui/
DRegionHelper.h43 static const uint32_t LHS = 0x5; // 0b101 variable
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp1781 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy); in ParseConstants() local
2663 Value *LHS, *RHS; in ParseFunctionBody() local
2884 Value *LHS, *RHS; in ParseFunctionBody() local
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp2074 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy); in ParseConstants() local
2924 Value *LHS, *RHS; in ParseFunctionBody() local
3145 Value *LHS, *RHS; in ParseFunctionBody() local
/frameworks/compile/slang/
Dslang_rs_object_ref_count.cpp897 clang::Expr *LHS, in CreateStructRSSetObject()