OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isTokenTy
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/IR/
Type.h
190
bool
isTokenTy
() const { return getTypeID() == TokenTyID; }
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Type.h
194
bool
isTokenTy
() const { return getTypeID() == TokenTyID; }
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Type.h
192
bool
isTokenTy
() const { return getTypeID() == TokenTyID; }
Completed in 160 milliseconds