Home
last modified time | relevance | path

Searched +defs:G +defs:get (Results 1 – 25 of 312) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/rust/cxx/tests/ffi/
Dmodule.rs28 type G = crate::other::G; typedef
41 fn c_take_trivial_ns_ptr(g: UniquePtr<G>); in c_take_trivial_ns_ptr()
42 fn c_take_trivial_ns_ref(g: &G); in c_take_trivial_ns_ref()
43 fn c_take_trivial_ns(g: G); in c_take_trivial_ns()
68 fn get(self: &I) -> u32; in get() function
Dlib.rs197 fn get(self: &C) -> usize; in get() function
311 fn get(self: &R) -> usize; in get() function
377 pub struct G { struct
378 pub g: u64,
381 unsafe impl ExternType for G { implementation
401 fn get(&self) -> usize { in get() method
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h198 LazyCallGraph *G; variable
443 LazyCallGraph *G; variable
720 LazyCallGraph *G; variable
724 postorder_ref_scc_iterator(LazyCallGraph &G) : G(&G) { in postorder_ref_scc_iterator()
729 postorder_ref_scc_iterator(LazyCallGraph &G, IsAtEndT /*Nonce*/) in postorder_ref_scc_iterator()
797 Node &get(Function &F) { in get() function
943 inline LazyCallGraph::Node &LazyCallGraph::Edge::getNode(LazyCallGraph &G) { in getNode()
/aosp_15_r20/external/guice/core/test/com/googlecode/guice/
H A DJsr330Test.java442 static class G { class in Jsr330Test
449 G(@Named("jodie") Provider<B> bProvider) { in G() method in Jsr330Test.G
475 public T get() { in scope() method
536 public B get() { in get() method in BProvider
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h397 Node(LazyCallGraph &G, Function &F) : G(&G), F(&F) {} in Node()
551 LazyCallGraph *G; variable
895 LazyCallGraph *G; variable
899 postorder_ref_scc_iterator(LazyCallGraph &G) : G(&G), RC(getRC(G, 0)) {} in postorder_ref_scc_iterator()
902 postorder_ref_scc_iterator(LazyCallGraph &G, IsAtEndT /*Nonce*/) : G(&G) {} in postorder_ref_scc_iterator()
906 static RefSCC *getRC(LazyCallGraph &G, int Index) { in getRC()
985 Node &get(Function &F) { in get() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DLazyCallGraph.h385 Node(LazyCallGraph &G, Function &F) : G(&G), F(&F) {} in Node()
548 LazyCallGraph *G; variable
888 LazyCallGraph *G; variable
892 postorder_ref_scc_iterator(LazyCallGraph &G) : G(&G), RC(getRC(G, 0)) { in postorder_ref_scc_iterator()
897 postorder_ref_scc_iterator(LazyCallGraph &G, IsAtEndT /*Nonce*/) : G(&G) {} in postorder_ref_scc_iterator()
901 static RefSCC *getRC(LazyCallGraph &G, int Index) { in getRC()
994 Node &get(Function &F) { in get() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DLazyCallGraph.h385 Node(LazyCallGraph &G, Function &F) : G(&G), F(&F) {} in Node()
548 LazyCallGraph *G; variable
888 LazyCallGraph *G; variable
892 postorder_ref_scc_iterator(LazyCallGraph &G) : G(&G), RC(getRC(G, 0)) { in postorder_ref_scc_iterator()
897 postorder_ref_scc_iterator(LazyCallGraph &G, IsAtEndT /*Nonce*/) : G(&G) {} in postorder_ref_scc_iterator()
901 static RefSCC *getRC(LazyCallGraph &G, int Index) { in getRC()
994 Node &get(Function &F) { in get() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DLazyCallGraph.h385 Node(LazyCallGraph &G, Function &F) : G(&G), F(&F) {} in Node()
548 LazyCallGraph *G; variable
888 LazyCallGraph *G; variable
892 postorder_ref_scc_iterator(LazyCallGraph &G) : G(&G), RC(getRC(G, 0)) { in postorder_ref_scc_iterator()
897 postorder_ref_scc_iterator(LazyCallGraph &G, IsAtEndT /*Nonce*/) : G(&G) {} in postorder_ref_scc_iterator()
901 static RefSCC *getRC(LazyCallGraph &G, int Index) { in getRC()
994 Node &get(Function &F) { in get() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h385 Node(LazyCallGraph &G, Function &F) : G(&G), F(&F) {} in Node()
548 LazyCallGraph *G; variable
888 LazyCallGraph *G; variable
892 postorder_ref_scc_iterator(LazyCallGraph &G) : G(&G), RC(getRC(G, 0)) { in postorder_ref_scc_iterator()
897 postorder_ref_scc_iterator(LazyCallGraph &G, IsAtEndT /*Nonce*/) : G(&G) {} in postorder_ref_scc_iterator()
901 static RefSCC *getRC(LazyCallGraph &G, int Index) { in getRC()
994 Node &get(Function &F) { in get() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DLazyCallGraph.h385 Node(LazyCallGraph &G, Function &F) : G(&G), F(&F) {} in Node()
548 LazyCallGraph *G; variable
888 LazyCallGraph *G; variable
892 postorder_ref_scc_iterator(LazyCallGraph &G) : G(&G), RC(getRC(G, 0)) { in postorder_ref_scc_iterator()
897 postorder_ref_scc_iterator(LazyCallGraph &G, IsAtEndT /*Nonce*/) : G(&G) {} in postorder_ref_scc_iterator()
901 static RefSCC *getRC(LazyCallGraph &G, int Index) { in getRC()
994 Node &get(Function &F) { in get() function
/aosp_15_r20/external/rust/android-crates-io/crates/pest/src/
Dprec_climber.rs214 fn get(&self, rule: &R) -> Option<(u32, Assoc)> { in get() method
299 pub fn climb<'i, P, F, G, T>(&self, mut pairs: P, mut primary: F, mut infix: G) -> T in climb() argument
313 fn climb_rec<'i, P, F, G, T>( in climb_rec() argument
319 infix: &mut G, in climb_rec()
/aosp_15_r20/external/clang/test/CoverageMapping/
H A Dclasstemplate.cpp10 A, C, G, T, Invalid enumerator
21 double get(TT position) const { // FIXME-GETTER: File 0, [[@LINE]]:33 -> [[@LINE+2]]:4 = 0 in get() function in Test
34 double get(unsigned position) const { // CHECK-GETTER: File 0, [[@LINE]]:39 -> [[@LINE+2]]:4 = 0 in get() function in Test2
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DImmutableGraph.h112 const ImmutableGraph &G; variable
200 const ImmutableGraph &G; variable
327 template <typename... ArgT> std::unique_ptr<GraphT> get(ArgT &&... Args) { in get() function
354 static std::unique_ptr<GraphT> trim(const GraphT &G, const NodeSet &TrimNodes, in trim()
/aosp_15_r20/external/guice/core/test/com/google/inject/
H A DCircularDependencyTest.java171 public A get() { in get() method in CircularDependencyTest.AP
182 public A get() { in get() method in CircularDependencyTest.AutoAP
228 public B get() { in get() method in CircularDependencyTest.BP
316 public C2 get() { in get() method in CircularDependencyTest.C2P
326 public D2 get() { in get() method in CircularDependencyTest.D2P
537 public interface G { interface in CircularDependencyTest
H A DOptionalBindingTest.java256 public HasOptionalInjections get() { in get() method in OptionalBindingTest.HasOptionalInjectionsProvider
321 interface G {} interface in OptionalBindingTest
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizer.h54 Entry get(GlobalVariable *G) const { in get() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/doc/js/
Djquery-1.3.2.min.js12 …s[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1… argument
19G){hasDuplicate=false;ab.sort(G);if(hasDuplicate){for(var aa=1;aa<ab.length;aa++){if(ab[aa]===ab[a… class
/aosp_15_r20/external/clang/test/SemaCXX/
H A Duninitialized.cpp217 int get() const { return num; } in get() function in A
679 struct G { struct
680 F f1, f2;
681 F *f3, *f4;
682 G(char (*)[1]) : f1(f1) {} // expected-warning {{field 'f1' is uninitialized when used here}} in G() argument
683 G(char (*)[2]) : f2(f1) {} in G() argument
684 G(char (*)[3]) : f2(F()) {} in G() function
686G(char (*)[4]) : f1(f1.*ptr) {} // expected-warning {{field 'f1' is uninitialized when used here}} in G() function
687 G(char (*)[5]) : f2(f1.*ptr) {} in G() function
689 G(char (*)[6]) : f3(f3) {} // expected-warning {{field 'f3' is uninitialized when used here}} in G() argument
[all …]
H A Dconstant-expression-cxx11.cpp637 struct G { struct
638 struct T {
648 } t;
649 constexpr G() : t(&t) {} in G() function
1143 constexpr int get(bool FromA) { return FromA ? A().get() : 1; } in get() function
1373 struct G { struct
1374 struct X {};
1375 union U { X a; };
1376 mutable U u; // expected-note {{here}}
1610 constexpr T get(T (&a)[S], size_t k) { in get() function
[all …]
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/zerocopy/src/
Dbyteorder.rs702 fn get(self) -> Self::Native; in get() method
963 fn test<T, F, G, H>(op: F, op_native: G, op_native_checked: Option<H>) in test_ops_impls() argument
/aosp_15_r20/external/rust/android-crates-io/crates/zerocopy/src/
Dbyteorder.rs702 fn get(self) -> Self::Native; in get() method
963 fn test<T, F, G, H>(op: F, op_native: G, op_native_checked: Option<H>) in test_ops_impls() argument
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/
Dclient_builder.rs408 group_state_storage: G, in group_state_storage()
409 ) -> ClientBuilder<WithGroupStateStorage<G, C>> in group_state_storage()
782 fn get(&self) -> &Self::Output { in get() function
795 fn get(&self) -> &Self::Output; in get() method
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/phoenix/
Dbinders.hpp413 static T* get(T& ref) in get() function
423 static T* get(T* ptr) in get() function
967 bind(RT(*fptr)(A, B, C, D, E, F, G)) in bind() argument
1019 bind(RT(*fptr)(A, B, C, D, E, F, G, H)) in bind() argument
1071 bind(RT(*fptr)(A, B, C, D, E, F, G, H, I)) in bind() argument
1121 bind(RT(*fptr)(A, B, C, D, E, F, G, H, I, J)) in bind() argument
1174 bind(RT(*fptr)(A, B, C, D, E, F, G, H, I, J, K)) in bind() argument
1227 bind(RT(*fptr)(A, B, C, D, E, F, G, H, I, J, K, L)) in bind() argument
1276 bind(RT(*fptr)(A, B, C, D, E, F, G, H, I, J, K, L, M)) in bind() argument
1324 bind(RT(*fptr)(A, B, C, D, E, F, G, H, I, J, K, L, M, N)) in bind() argument
[all …]
/aosp_15_r20/external/guice/extensions/grapher/test/com/google/inject/grapher/
H A DTransitiveDependencyVisitorTest.java147 private static class G {} class in TransitiveDependencyVisitorTest
175 public ConstructedClass get() { in get() method in TransitiveDependencyVisitorTest.ConstructedClassProvider
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/shadycss/
H A Dapply-shim.min.js16 …:]*?:[^;]*?var\([^;]*\)(?:[;\n]|$)?/gim,da=/^@[^\s]*keyframes/,z=/\s+/g;var G=/(?:^|[;\s{]\s*)(--[… variable
18 …P.prototype.set=function(a,b){a=a.trim();this.a[a]={h:b,i:{}}};P.prototype.get=function(a){a=a.tri… method in P
25 …type._separator="_-_";Object.defineProperty(R.prototype,"invalidCallback",{get:function(){return Q… method

12345678910>>...13