HomeSort by relevance Sort by last modified time
    Searched defs:isConstType (Results 1 - 5 of 5) sorted by null

  /prebuilts/go/darwin-x86/src/go/types/
predicates.go 69 func isConstType(typ Type) bool {
71 return ok && t.info&IsConstType != 0
  /prebuilts/go/linux-x86/src/go/types/
predicates.go 69 func isConstType(typ Type) bool {
71 return ok && t.info&IsConstType != 0
  /test/vts/compilation_tools/vtsc/code_gen/driver/
HalHidlCodeGen.cpp 60 if (!isConstType(arg.type())) {
76 if (!isConstType(return_val.type())) {
294 if (!isConstType(return_val.type())) {
408 if (!isConstType(arg.type())) {
424 if (!isConstType(return_val.type())) {
    [all...]
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp 796 bool DIARawSymbol::isConstType() const {
    [all...]
  /external/abi-compliance-checker/
abi-compliance-checker.pl     [all...]

Completed in 189 milliseconds