Home
last modified time | relevance | path

Searched defs:Literals (Results 1 – 25 of 25) sorted by relevance

/external/rust/crates/regex-syntax/src/hir/literal/
Dmod.rs35 pub struct Literals { struct
51 impl Literals { argument
58 pub fn prefixes(expr: &Hir) -> Literals { in prefixes()
65 pub fn suffixes(expr: &Hir) -> Literals { in suffixes()
83 pub fn set_limit_size(&mut self, size: usize) -> &mut Literals { in set_limit_size()
103 pub fn set_limit_class(&mut self, size: usize) -> &mut Literals { in set_limit_class()
149 pub fn to_empty(&self) -> Literals { in to_empty()
199 pub fn trim_suffix(&self, num_bytes: usize) -> Option<Literals> { in trim_suffix()
224 pub fn unambiguous_prefixes(&self) -> Literals { in unambiguous_prefixes()
291 pub fn unambiguous_suffixes(&self) -> Literals { in unambiguous_suffixes()
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dexhaustive2_test.cc25 TEST(Punctuation, Literals) { in TEST() argument
/external/python/pybind11/docs/
Dreference.rst114 Literals chapter
/external/python/cpython3/Doc/tutorial/
Dinputoutput.rst139 .. _tut-string-format:
/external/python/cpython3/Doc/library/
Dast.rst143 Literals section in Node classes
/external/python/cpython2/Doc/reference/
Dexpressions.rst111 Literals section in Atoms
138 .. _parenthesized:
Dlexical_analysis.rst405 Literals chapter
/external/python/cpython3/Doc/reference/
Dexpressions.rst99 Literals section in Atoms
126 .. _parenthesized:
Dlexical_analysis.rst395 Literals chapter
/external/llvm-project/llvm/docs/TableGen/
DProgRef.rst151 Literals section in Lexical Analysis
/external/python/jinja/docs/
Dtemplates.rst1197 Literals section in Expressions
/external/llvm-project/mlir/docs/
DOpDefinitions.md765 #### Literals subsubsection
/external/rust/crates/regex/src/literal/
Dimp.rs62 fn new(lits: Literals, matcher: Matcher) -> Self { in new()
191 fn new(lits: &Literals, sset: SingleByteSet) -> Self { in new()
/external/libchrome/base/test/
Dtrace_event_analyzer_unittest.cc708 TEST_F(TraceEventAnalyzerTest, Literals) { in TEST_F() argument
/external/python/cpython3/Doc/whatsnew/
D3.6.rst280 .. _whatsnew36-pep525:
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600ControlFlowFinalizer.cpp422 std::vector<MachineOperand *>Literals; in MakeALUClause() local
DR600InstrInfo.cpp611 SmallSet<int64_t, 4> Literals; in fitsConstReadLimitations() local
/external/llvm-project/llvm/lib/Target/AMDGPU/
DR600ControlFlowFinalizer.cpp421 std::vector<MachineOperand *>Literals; in MakeALUClause() local
DR600InstrInfo.cpp611 SmallSet<int64_t, 4> Literals; in fitsConstReadLimitations() local
/external/llvm/lib/Target/AMDGPU/
DR600ControlFlowFinalizer.cpp407 std::vector<MachineOperand *>Literals; in MakeALUClause() local
DR600InstrInfo.cpp621 SmallSet<int64_t, 4> Literals; in fitsConstReadLimitations() local
/external/clang/test/SemaCXX/
Dcxx98-compat.cpp28 void Literals() { in Literals() function
/external/llvm-project/clang/test/SemaCXX/
Dcxx98-compat.cpp29 void Literals() { in Literals() function
/external/starlark-go/doc/
Dspec.md1702 ### Literals subsection
/external/deqp/external/openglcts/modules/gles31/
Des31cLayoutBindingTests.cpp361 enum Literals enum in glcts::IntegerConstant