Home
last modified time | relevance | path

Searched defs:isUnary (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dlexer.cpp48 bool SharedParserData::isUnary(int kind, int* prec) { in isUnary() function in torch::jit::SharedParserData
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DTwine.h202 bool isUnary() const { in isUnary() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DTwine.h203 bool isUnary() const { in isUnary() function
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DTwine.h202 bool isUnary() const { in isUnary() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DTwine.h209 bool isUnary() const { in isUnary() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DTwine.h209 bool isUnary() const { in isUnary() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DTwine.h209 bool isUnary() const { in isUnary() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DTwine.h205 bool isUnary() const { in isUnary() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DTwine.h209 bool isUnary() const { in isUnary() function
/aosp_15_r20/bionic/libc/kernel/tools/
H A Dcpp.py619 def isUnary(self, token): member in CppExpr