Searched refs:LLVM_READNONE (Results 1 – 10 of 10) sorted by relevance
661 LLVM_READNONE664 LLVM_READNONE667 LLVM_READNONE670 LLVM_READNONE673 LLVM_READNONE699 LLVM_READNONE706 LLVM_READNONE746 LLVM_READNONE749 LLVM_READNONE752 LLVM_READNONE[all …]
56 const char *getTokenName(TokenKind Kind) LLVM_READNONE;65 const char *getPunctuatorSpelling(TokenKind Kind) LLVM_READNONE;69 const char *getKeywordSpelling(TokenKind Kind) LLVM_READNONE;72 const char *getPPKeywordSpelling(PPKeywordKind Kind) LLVM_READNONE;
42 LLVM_READNONE inline bool isASCII(char c) { in isASCII()46 LLVM_READNONE inline bool isASCII(unsigned char c) { return c <= 127; } in isASCII()49 LLVM_READNONE inline bool isASCII(uint32_t c) { return c <= 127; } in isASCII()50 LLVM_READNONE inline bool isASCII(int64_t c) { return 0 <= c && c <= 127; } in isASCII()
322 LLVM_READNONE325 LLVM_READNONE343 LLVM_READNONE
165 static const fltSemantics &IEEEhalf() LLVM_READNONE;166 static const fltSemantics &BFloat() LLVM_READNONE;167 static const fltSemantics &IEEEsingle() LLVM_READNONE;168 static const fltSemantics &IEEEdouble() LLVM_READNONE;169 static const fltSemantics &IEEEquad() LLVM_READNONE;170 static const fltSemantics &PPCDoubleDouble() LLVM_READNONE;171 static const fltSemantics &x87DoubleExtended() LLVM_READNONE;175 static const fltSemantics &Bogus() LLVM_READNONE;
197 #define LLVM_READNONE __attribute__((__const__)) macro199 #define LLVM_READNONE macro
19 LLVM_READNONE
496 LLVM_READNONE
495 LLVM_READNONE
7203 LLVM_READNONE