| /external/golang-protobuf/protoc-gen-go/testdata/import_public/ |
| D | b.pb.go | 24 type Local struct { struct 25 M *sub.M `protobuf:"bytes,1,opt,name=m" json:"m,omitempty"` 26 … *sub.E `protobuf:"varint,2,opt,name=e,enum=goproto.test.import_public.sub.E" json:"e,omitempty"` 27 XXX_NoUnkeyedLiteral struct{} `json:"-"` 28 XXX_unrecognized []byte `json:"-"` 29 XXX_sizecache int32 `json:"-"` 32 func (m *Local) Reset() { *m = Local{} } 33 func (m *Local) String() string { return proto.CompactTextString(m) } 34 func (*Local) ProtoMessage() {} 35 func (*Local) Descriptor() ([]byte, []int) { [all …]
|
| D | b.proto | 40 message Local { message
|
| /external/rust/crates/chrono/src/offset/ |
| D | local.rs | 21 fn tm_to_datetime(mut tm: sys::Tm) -> DateTime<Local> { in tm_to_datetime() 91 pub struct Local; struct 93 impl Local { implementation 117 impl TimeZone for Local { implementation 120 fn from_offset(_offset: &FixedOffset) -> Local { in from_offset() 142 fn from_local_date(&self, local: &NaiveDate) -> LocalResult<Date<Local>> { in from_local_date() 151 fn from_local_datetime(&self, local: &NaiveDateTime) -> LocalResult<DateTime<Local>> { in from_local_datetime() 160 fn from_local_datetime(&self, local: &NaiveDateTime) -> LocalResult<DateTime<Local>> { in from_local_datetime() 171 fn from_utc_date(&self, utc: &NaiveDate) -> Date<Local> { in from_utc_date() 177 fn from_utc_datetime(&self, utc: &NaiveDateTime) -> DateTime<Local> { in from_utc_datetime() [all …]
|
| /external/llvm-project/llvm/unittests/Support/DynamicLibrary/ |
| D | PipSqueak.cpp | 26 struct Local { struct 28 Local(std::string &S) : Str(S) { in Local() argument 33 ~Local() { Str = "Local::~Local"; } in ~Local() argument
|
| /external/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
| D | p12.cpp | 12 struct Local { in static_foo() struct 13 int i; in static_foo() 15 void bar() { in static_foo() 25 struct Local { in foo() struct 26 int i; in foo() 28 static void static_bar() { in foo()
|
| /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
| D | p12.cpp | 12 struct Local { in static_foo() struct 13 int i; in static_foo() 15 void bar() { in static_foo() 25 struct Local { in foo() struct 26 int i; in foo() 28 static void static_bar() { in foo()
|
| /external/rust/crates/crossbeam-epoch/src/ |
| D | internal.rs | 349 pub(crate) struct Local { struct 351 entry: Entry, 376 // Make sure `Local` is less than or equal to 2048 bytes. argument 387 impl Local { implementation 611 impl IsElement<Local> for Local { implementation 613 let entry_ptr = (local as *const Local as usize + offset_of!(Local, entry)) as *const Entry; in entry_of() constant 617 unsafe fn element_of(entry: &Entry) -> &Local { in element_of() 620 let local_ptr = (entry as *const Entry as usize - offset_of!(Local, entry)) as *const Local; in element_of() constant
|
| /external/llvm-project/debuginfo-tests/llgdb-tests/ |
| D | nested-struct.cpp | 12 struct Local { in foo() struct 13 static int my_number() { in foo()
|
| /external/llvm-project/clang/lib/AST/Interp/ |
| D | ByteCodeExprGen.h | 245 void add(const Scope::Local &Local, bool IsExtended) { in add() 252 virtual void addLocal(const Scope::Local &Local) { in addLocal() 257 virtual void addExtended(const Scope::Local &Local) { in addExtended() 288 void addLocal(const Scope::Local &Local) override { in addLocal() 313 void addExtended(const Scope::Local &Local) override { in addExtended() 324 void addExtended(const Scope::Local &Local) override { in addExtended()
|
| D | Function.h | 35 struct Local { struct 42 using LocalVectorTy = llvm::SmallVector<Local, 8>; argument
|
| /external/starlark-go/starlark/ |
| D | debug.go | 20 func (fr *frame) Local(i int) Value { return fr.locals[i] } func 32 Local(i int) Value // returns the value of the (Starlark) frame's ith local variable methodSpec
|
| /external/clang/test/Modules/ |
| D | module-private.cpp | 82 …odule_private__ struct Local { int x, y; } local; //expected-error{{local variable 'local' cannot … in local_var_private() argument
|
| /external/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/ |
| D | p3-generic-lambda-1y.cpp | 46 struct Local { in main() struct 47 static int ifi(int i) { return i; } in main() 48 static char cfi(int) { return 'a'; } in main() 49 static double dfi(int i) { return i + 3.14; } in main() 50 static Local localfi(int) { return Local{}; } in main()
|
| /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/ |
| D | p3-generic-lambda-1y.cpp | 46 struct Local { in main() struct 47 static int ifi(int i) { return i; } in main() 48 static char cfi(int) { return 'a'; } in main() 49 static double dfi(int i) { return i + 3.14; } in main() 50 static Local localfi(int) { return Local{}; } in main()
|
| /external/llvm-project/clang/test/Modules/ |
| D | module-private.cpp | 80 …odule_private__ struct Local { int x, y; } local; //expected-error{{local variable 'local' cannot … in local_var_private() struct
|
| /external/dexmaker/dexmaker/src/main/java/com/android/dx/ |
| D | Local.java | 24 public final class Local<T> { class 30 private Local(Code code, TypeId<T> type) { in Local() method in Local
|
| /external/llvm/unittests/Transforms/Utils/ |
| D | Local.cpp | 19 TEST(Local, RecursivelyDeleteDeadPHINodes) { in TEST() argument 62 TEST(Local, RemoveDuplicatePHINodes) { in TEST() argument
|
| /external/llvm-project/clang/test/SemaCXX/ |
| D | local-classes.cpp | 50 struct Local { in foo() struct 51 void f(X<N> = X<N>()) {} // OK in foo()
|
| /external/llvm-project/llvm/unittests/Transforms/Utils/ |
| D | LocalTest.cpp | 26 TEST(Local, RecursivelyDeleteDeadPHINodes) { in TEST() argument 69 TEST(Local, RemoveDuplicatePHINodes) { in TEST() argument 114 TEST(Local, ReplaceDbgDeclare) { in TEST() argument 178 TEST(Local, MergeBasicBlockIntoOnlyPred) { in TEST() argument 335 TEST(Local, ConstantFoldTerminator) { in TEST() argument 585 TEST(Local, ChangeToUnreachable) { in TEST() argument 633 TEST(Local, ReplaceAllDbgUsesWith) { in TEST() argument 828 TEST(Local, RemoveUnreachableBlocks) { in TEST() argument 956 TEST(Local, SimplifyCFGWithNullAC) { in TEST() argument 1005 TEST(Local, CanReplaceOperandWithVariable) { in TEST() argument
|
| /external/llvm-project/llvm/test/MC/Sparc/ |
| D | sparc-tls-relocations.s | 154 Local: label
|
| /external/rust/crates/rayon-core/tests/ |
| D | scoped_threadpool.rs | 5 struct Local(i32); struct
|
| /external/llvm/include/llvm/IR/ |
| D | Metadata.h | 335 static LocalAsMetadata *getLocal(Value *Local) { in getLocal() 343 static LocalAsMetadata *getLocalIfExists(Value *Local) { in getLocalIfExists() 397 LocalAsMetadata(Value *Local) in LocalAsMetadata() 403 static LocalAsMetadata *get(Value *Local) { in get() 406 static LocalAsMetadata *getIfExists(Value *Local) { in getIfExists()
|
| /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
| D | Metadata.h | 349 static LocalAsMetadata *getLocal(Value *Local) { in getLocal() 357 static LocalAsMetadata *getLocalIfExists(Value *Local) { in getLocalIfExists() 412 LocalAsMetadata(Value *Local) in LocalAsMetadata() 418 static LocalAsMetadata *get(Value *Local) { in get() 422 static LocalAsMetadata *getIfExists(Value *Local) { in getIfExists()
|
| /external/rust/crates/plotters/examples/ |
| D | stock.rs | 4 fn parse_time(t: &str) -> Date<Local> { in parse_time()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| D | Metadata.h | 365 static LocalAsMetadata *getLocal(Value *Local) { in getLocal() 375 static LocalAsMetadata *getLocalIfExists(Value *Local) { in getLocalIfExists() 430 LocalAsMetadata(Value *Local) in LocalAsMetadata() 436 static LocalAsMetadata *get(Value *Local) { in get() 440 static LocalAsMetadata *getIfExists(Value *Local) { in getIfExists()
|