Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/src/
H A Dexpr.rs1112 enum Precedence { enum
1128 impl Precedence { impl
1262 impl Copy for Precedence {} implementation
1264 impl Clone for Precedence { implementation
1270 impl PartialEq for Precedence { implementation
1276 impl PartialOrd for Precedence { implementation
1289 base: Precedence, in parse_expr()
1408 base: Precedence, in parse_expr()
1453 fn peek_precedence(input: ParseStream) -> Precedence { in peek_precedence()
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/
Dexpr.rs981 pub(crate) enum Precedence { enum
997 impl Precedence { impl
1316 impl Copy for Precedence {} implementation
1318 impl Clone for Precedence { implementation
1324 impl PartialEq for Precedence { implementation
1330 impl PartialOrd for Precedence { implementation
1362 base: Precedence, in parse_expr()
1499 fn peek_precedence(input: ParseStream) -> Precedence { in peek_precedence()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/
H A Dexpr.rs981 pub(crate) enum Precedence { enum
997 impl Precedence { implementation
1316 impl Copy for Precedence {} implementation
1318 impl Clone for Precedence { implementation
1324 impl PartialEq for Precedence { implementation
1330 impl PartialOrd for Precedence { implementation
1362 base: Precedence, in parse_expr()
1499 fn peek_precedence(input: ParseStream) -> Precedence { in peek_precedence()
/aosp_15_r20/prebuilts/go/linux-x86/src/net/
Daddrselect.go62 Precedence uint8 member
220 Precedence uint8 member
/aosp_15_r20/external/turbine/java/com/google/turbine/tree/
H A DTurbineOperatorKind.java73 public enum Precedence { enum in TurbineOperatorKind
96 Precedence(int rank) { in Precedence() method in TurbineOperatorKind.Precedence
/aosp_15_r20/external/python/python-api-core/docs/
Dauth.rst69 .. _Precedence: target in Client-Provided Authentication
/aosp_15_r20/external/scudo/standalone/
H A Dtsd.h82 atomic_uptr Precedence = {}; member
H A Dtsd_shared.h236 const uptr Precedence = TSDs[Index].getPrecedence(); in getTSDAndLockSlow() local
/aosp_15_r20/external/moshi/
H A DREADME.md1022 ### Precedence subsection in Moshi
/aosp_15_r20/external/emboss/doc/design_docs/
H A Ddivision_and_modulus.md95 ### Precedence subsection
/aosp_15_r20/external/clang/lib/Format/
H A DTokenAnnotator.cpp1361 void parse(int Precedence = 0) { in parse()
1484 void addFakeParenthesis(FormatToken *Start, prec::Level Precedence) { in addFakeParenthesis()
/aosp_15_r20/external/stg/
H A Dnaming.h34 enum class Precedence { NIL, POINTER, ARRAY_FUNCTION, ATOMIC }; enum
/aosp_15_r20/prebuilts/go/linux-x86/src/go/token/
Dtoken.go266 func (op Token) Precedence() int { func
/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLPipelineStageCodeGenerator.cpp84 using Precedence = OperatorPrecedence; typedef in SkSL::PipelineStage::PipelineStageCodeGenerator
H A DSkSLGLSLCodeGenerator.cpp100 using Precedence = OperatorPrecedence; typedef in SkSL::GLSLCodeGenerator
/aosp_15_r20/external/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp225 unsigned Precedence; // Precedence if a binary op. member in __anonda7d86da0111::PrototypeAST
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp245 unsigned Precedence; // Precedence if a binary op. member in __anon1fdae45c0111::PrototypeAST
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp245 unsigned Precedence; // Precedence if a binary op. member in __anon36e2025a0111::PrototypeAST
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp245 unsigned Precedence; // Precedence if a binary op. member in __anonab5e735b0111::PrototypeAST
/aosp_15_r20/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp245 unsigned Precedence; // Precedence if a binary op. member in __anon4ef9f7db0111::PrototypeAST
/aosp_15_r20/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp203 unsigned Precedence; // Precedence if a binary op. member in PrototypeAST
/aosp_15_r20/external/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp242 unsigned Precedence; // Precedence if a binary op. member in __anonc37668dc0111::PrototypeAST
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp246 unsigned Precedence; // Precedence if a binary op. member in PrototypeAST
/aosp_15_r20/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp218 unsigned Precedence; // Precedence if a binary op. member in PrototypeAST
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
H A Dtoy.cpp261 unsigned Precedence; // Precedence if a binary op. member in PrototypeAST

123