Lines Matching refs:strchr
99 return strchr(getRecord(ID).Attributes, 'c') != nullptr; in isConst()
104 return strchr(getRecord(ID).Attributes, 'n') != nullptr; in isNoThrow()
109 return strchr(getRecord(ID).Attributes, 'r') != nullptr; in isNoReturn()
114 return strchr(getRecord(ID).Attributes, 'j') != nullptr; in isReturnsTwice()
120 return strchr(getRecord(ID).Attributes, 'u') != nullptr; in isUnevaluated()
126 return strchr(getRecord(ID).Attributes, 'F') != nullptr; in isLibFunction()
133 return strchr(getRecord(ID).Attributes, 'f') != nullptr; in isPredefinedLibFunction()
140 return strchr(getRecord(ID).Attributes, 'i') != nullptr; in isPredefinedRuntimeFunction()
145 return strchr(getRecord(ID).Attributes, 't') != nullptr; in hasCustomTypechecking()
151 return strchr(getRecord(ID).Type, '*') != nullptr; in hasPtrArgsOrResult()
179 return strchr(getRecord(ID).Attributes, 'e') != nullptr; in isConstWithoutErrno()