HomeSort by relevance Sort by last modified time
    Searched refs:isPreprocessingNumberBody (Results 1 - 19 of 19) sorted by null

  /external/clang/unittests/Basic/
CharInfoTest.cpp 341 TEST(CharInfoTest, isPreprocessingNumberBody) {
342 EXPECT_TRUE(isPreprocessingNumberBody('0'));
343 EXPECT_TRUE(isPreprocessingNumberBody('9'));
345 EXPECT_TRUE(isPreprocessingNumberBody('a'));
346 EXPECT_TRUE(isPreprocessingNumberBody('A'));
348 EXPECT_TRUE(isPreprocessingNumberBody('z'));
349 EXPECT_TRUE(isPreprocessingNumberBody('Z'));
350 EXPECT_TRUE(isPreprocessingNumberBody('.'));
351 EXPECT_TRUE(isPreprocessingNumberBody('_'));
353 EXPECT_FALSE(isPreprocessingNumberBody('/'));
    [all...]
  /external/clang/include/clang/Basic/
CharInfo.h 148 LLVM_READONLY static inline bool isPreprocessingNumberBody(unsigned char c) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
CharInfo.h 148 LLVM_READONLY static inline bool isPreprocessingNumberBody(unsigned char c) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
CharInfo.h 148 LLVM_READONLY static inline bool isPreprocessingNumberBody(unsigned char c) {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
CharInfo.h 148 LLVM_READONLY static inline bool isPreprocessingNumberBody(unsigned char c) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
CharInfo.h 148 LLVM_READONLY static inline bool isPreprocessingNumberBody(unsigned char c) {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
CharInfo.h 148 LLVM_READONLY static inline bool isPreprocessingNumberBody(unsigned char c) {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
CharInfo.h 148 LLVM_READONLY static inline bool isPreprocessingNumberBody(unsigned char c) {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
CharInfo.h 148 LLVM_READONLY static inline bool isPreprocessingNumberBody(unsigned char c) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
CharInfo.h 148 LLVM_READONLY static inline bool isPreprocessingNumberBody(unsigned char c) {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
CharInfo.h 148 LLVM_READONLY static inline bool isPreprocessingNumberBody(unsigned char c) {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
CharInfo.h 148 LLVM_READONLY static inline bool isPreprocessingNumberBody(unsigned char c) {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
CharInfo.h 148 LLVM_READONLY static inline bool isPreprocessingNumberBody(unsigned char c) {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
CharInfo.h 148 LLVM_READONLY static inline bool isPreprocessingNumberBody(unsigned char c) {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
CharInfo.h 148 LLVM_READONLY static inline bool isPreprocessingNumberBody(unsigned char c) {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
CharInfo.h 148 LLVM_READONLY static inline bool isPreprocessingNumberBody(unsigned char c) {
  /external/clang/lib/Lex/
TokenConcatenation.cpp 257 return isPreprocessingNumberBody(FirstChar) ||
Lexer.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 466 if (!isPreprocessingNumberBody(FileName[i]))

Completed in 396 milliseconds