/third_party/rust/crates/regex/src/ |
D | input.rs | 35 pub fn char(&self) -> Char { in char() 74 fn next_char(&self, at: InputAt) -> Char; in next_char() 79 fn previous_char(&self, at: InputAt) -> Char; in previous_char() 109 fn next_char(&self, at: InputAt) -> Char { in next_char() 113 fn previous_char(&self, at: InputAt) -> Char { in previous_char() 167 fn next_char(&self, at: InputAt) -> Char { in next_char() 171 fn previous_char(&self, at: InputAt) -> Char { in previous_char() 260 fn next_char(&self, at: InputAt) -> Char { in next_char() 264 fn previous_char(&self, at: InputAt) -> Char { in previous_char() 346 pub struct Char(u32); struct [all …]
|
/third_party/libabigail/tests/data/test-diff-dwarf/ |
D | test2-v1.cc | 2 typedef char Char; typedef 5 foo(Int, Char) in foo() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | TrigramIndex.cpp | 28 static bool isAdvancedMetachar(unsigned Char) { in isAdvancedMetachar() 39 for (unsigned Char : Regex) { in insert() local
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
D | template_typedefs.hpp | 5 typedef T Char; typedef in Foo
|
D | char.h | 3 typedef char Char; typedef
|
/third_party/libabigail/tests/data/test-diff-filter/ |
D | test3-v1.cc | 3 typedef char Char; typedef
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | StringRef.h | 797 StringRef ltrim(char Char) const { in ltrim() 811 StringRef rtrim(char Char) const { in rtrim() 825 StringRef trim(char Char) const { in trim()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | StringRef.h | 811 StringRef ltrim(char Char) const { in ltrim() 825 StringRef rtrim(char Char) const { in rtrim() 839 StringRef trim(char Char) const { in trim()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | char.rs | 8 pub type Char = ::std::os::raw::c_char; typedef
|
D | test_multiple_header_calls_in_builder.rs | 9 pub type Char = ::std::os::raw::c_char; typedef
|
D | test_mixed_header_and_header_contents.rs | 15 pub type Char = ::std::os::raw::c_char; typedef
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
D | int.rs | 19 Char { enumerator
|
D | var.rs | 28 Char(u8), enumerator
|
/third_party/python/Tools/scripts/ |
D | fixcid.py | 199 Char = r"'([^\n\\']|\\.)*'" variable
|
/third_party/rust/crates/cxx/syntax/ |
D | atom.rs | 8 Char, // C char, not Rust char enumerator
|
/third_party/rust/crates/serde/serde_test/src/ |
D | token.rs | 111 Char(char), enumerator
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | char_map.h | 70 static constexpr Charmap Char(char x) { in Char() function
|
/third_party/rust/crates/rust-cexpr/src/ |
D | literal.rs | 58 Char(char), enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | TGLexer.cpp | 509 int Char = getNextChar(); in LexBracket() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAGTargetInfo.h | 106 SDValue Src, SDValue Char, SDValue Length, in EmitTargetCodeForMemchr()
|
/third_party/libcoap/src/ |
D | resource.c | 77 #define PRINT_WITH_OFFSET(Buf,Offset,Char) \ argument 87 #define PRINT_COND_WITH_OFFSET(Buf,Bufend,Offset,Char,Result) { \ argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 1129 Value *llvm::emitPutChar(Value *Char, IRBuilder<> &B, in emitPutChar() 1169 Value *llvm::emitFPutC(Value *Char, Value *File, IRBuilder<> &B, in emitFPutC() 1190 Value *llvm::emitFPutCUnlocked(Value *Char, Value *File, IRBuilder<> &B, in emitFPutCUnlocked()
|
/third_party/rust/crates/nom/src/ |
D | error.rs | 165 Char(char), enumerator 395 Char, enumerator
|
/third_party/FreeBSD/contrib/gdtoa/ |
D | gdtoaimp.h | 205 #define Char char macro 207 #define Char void macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
D | MicrosoftDemangleNodes.h | 87 Char, enumerator 109 Char, enumerator 606 CharKind Char = CharKind::Char; member
|