HomeSort by relevance Sort by last modified time
    Searched refs:pod (Results 1 - 25 of 26) sorted by null

1 2

  /external/clang/test/CodeGenCXX/
sparcv9-abi.cpp 3 struct pod { struct
8 void f1(struct pod);
22 pod p1;
  /toolchain/binutils/binutils-2.25/gold/
descriptors.cc 94 Open_descriptor* pod = &this->open_descriptors_[descriptor]; local
95 if (pod->name == name
96 || (pod->name != NULL && strcmp(pod->name, name) == 0))
98 gold_assert(!pod->inuse);
99 pod->inuse = true;
102 this->stack_top_ = pod->stack_next;
103 pod->stack_next = -1;
104 pod->is_on_stack = false;
162 Open_descriptor* pod = &this->open_descriptors_[new_descriptor] local
202 Open_descriptor* pod = &this->open_descriptors_[descriptor]; local
243 Open_descriptor* pod = &this->open_descriptors_[i]; local
278 Open_descriptor* pod = &this->open_descriptors_[i]; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/doc/
Makefile.am 63 -$(TEXI2POD) $(MANCONF) -Daddr2line < $(binutils_TEXI) > addr2line.pod
64 -($(POD2MAN) addr2line.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
66 rm -f addr2line.pod
70 -$(TEXI2POD) $(MANCONF) -Dar < $(binutils_TEXI) > ar.pod
71 -($(POD2MAN) ar.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
73 rm -f ar.pod
77 -$(TEXI2POD) $(MANCONF) -Ddlltool < $(binutils_TEXI) > dlltool.pod
78 -($(POD2MAN) dlltool.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
80 rm -f dlltool.pod
84 -$(TEXI2POD) $(MANCONF) -Dnlmconv < $(binutils_TEXI) > nlmconv.pod
    [all...]
  /external/clang/test/SemaCXX/
vla.cpp 8 template<typename T> struct pod {}; struct in namespace:PR18581
15 pod<int> a[n];
class-layout.cpp 21 // Make fields private so C won't be a POD type.
271 tail_padded_pod_in_11_only pod; member in struct:PR16537::test8::another_layer
  /external/swiftshader/third_party/LLVM/docs/CommandGuide/
Makefile 13 # the POD files to HTML only and keep them in the src directories. It must also
46 POD := $(wildcard $(SRC_DOC_DIR)*.pod)
47 HTML := $(patsubst $(SRC_DOC_DIR)%.pod, $(DST_HTML_DIR)%.html, $(POD))
48 MAN := $(patsubst $(SRC_DOC_DIR)%.pod, $(DST_MAN_DIR)%.1, $(POD))
49 PS := $(patsubst $(SRC_DOC_DIR)%.pod, $(DST_PS_DIR)%.ps, $(POD))
58 .SUFFIXES: .html .pod .1 .ps
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/tests/
union_unittest.cc 29 PodUnionPtr pod(PodUnion::New());
31 pod->set_f_int8(10);
32 EXPECT_EQ(10, pod->get_f_int8());
33 EXPECT_TRUE(pod->is_f_int8());
34 EXPECT_FALSE(pod->is_f_int8_other());
35 EXPECT_EQ(pod->which(), PodUnion::Tag::F_INT8);
37 pod->set_f_uint8(11);
38 EXPECT_EQ(11, pod->get_f_uint8());
39 EXPECT_TRUE(pod->is_f_uint8());
40 EXPECT_FALSE(pod->is_f_int8())
194 PodUnionPtr pod; local
215 PodUnionPtr pod; local
    [all...]
serialization_warning_unittest.cc 219 PodUnionPtr pod(nullptr);
221 obj->set_f_pod_union(std::move(pod));
  /external/skia/src/core/
SkLiteDL.cpp 45 static const D* pod(const T* op, size_t offset = 0) { function
241 c->drawAnnotation(rect, pod<char>(this), value.get());
326 auto xdivs = pod<int>(this, 0),
327 ydivs = pod<int>(this, xs*sizeof(int));
329 pod<SkCanvas::Lattice::Flags>(this, (xs+ys)*sizeof(int));
342 c->drawText(pod<void>(this), bytes, x,y, paint);
353 auto points = pod<SkPoint>(this);
354 auto text = pod<void>(this, n*sizeof(SkPoint));
367 auto xs = pod<SkScalar>(this);
368 auto text = pod<void>(this, n*sizeof(SkScalar))
    [all...]
  /toolchain/binutils/binutils-2.25/gas/doc/
Makefile.am 125 -$(TEXI2POD) $(MANCONF) < $(srcdir)/as.texinfo > as.pod
126 -($(POD2MAN) as.pod | \
130 rm -f as.pod
  /toolchain/binutils/binutils-2.25/gprof/
Makefile.am 98 -$(TEXI2POD) $(MANCONF) -Dgprof < $(srcdir)/gprof.texi > gprof.pod
99 -($(POD2MAN) gprof.pod | \
103 rm -f gprof.pod
  /external/syslinux/gpxe/src/util/Option/
ROM.pm 209 =pod
242 =pod
264 =pod
286 =pod
302 =pod
321 =pod
340 =pod
355 =pod
  /external/protobuf/src/google/protobuf/stubs/
stringpiece.h 439 // StringPiece is not a POD and can not be used in an union (pre C++11). We
440 // need a POD version of it.
444 StringPiecePod pod;
445 pod.data_ = str.data();
446 pod.size_ = str.size();
447 return pod;
int128_unittest.cc 179 uint128_pod pod = { 12345, 67890 }; local
180 uint128 from_pod(pod);
435 constexpr uint128_pod pod = {2, 3}; local
436 constexpr uint128 from_pod = pod;
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
content.mak 71 $(CONTENTDIR)/Mask.cpp: $(CONTENTDIR) ./Mask.pod
72 $(FILEWRAP) -o $@ ./Mask.pod
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
stringpiece.h 439 // StringPiece is not a POD and can not be used in an union (pre C++11). We
440 // need a POD version of it.
444 StringPiecePod pod;
445 pod.data_ = str.data();
446 pod.size_ = str.size();
447 return pod;
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
boost_type_traits.h 82 enum { pod = ::boost::is_pod<_Tp>::value }; enumerator in enum:__type_traits::__anon84160
83 typedef typename __bool2type<pod>::_Ret is_POD_type;
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
boost_type_traits.h 82 enum { pod = ::boost::is_pod<_Tp>::value }; enumerator in enum:__type_traits::__anon111874
83 typedef typename __bool2type<pod>::_Ret is_POD_type;
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
boost_type_traits.h 82 enum { pod = ::boost::is_pod<_Tp>::value }; enumerator in enum:__type_traits::__anon112238
83 typedef typename __bool2type<pod>::_Ret is_POD_type;
  /external/markdown/MarkdownTest/
MarkdownTest.pl 97 =pod
  /external/llvm/unittests/Support/
Casting.cpp 232 struct pod {}; struct in namespace:TemporaryCast
233 IllegalCast *testIllegalCast() { return cast<foo>(pod()); }
  /external/swiftshader/third_party/LLVM/utils/
codegen-diff 79 =pod
  /external/llvm/utils/
codegen-diff 79 =pod
  /prebuilts/go/darwin-x86/src/encoding/xml/
read_test.go 693 type Pod struct {
699 pod := new(Pod)
700 pod.Pea = new(Pea)
701 xml := `<Pod><Pea><Cotelydon>Green stuff</Cotelydon></Pea></Pod>`
702 err := Unmarshal([]byte(xml), pod)
706 pea, ok := pod.Pea.(*Pea)
708 t.Fatalf("unmarshaled into wrong type: have %T want *Pea", pod.Pea)
  /prebuilts/go/linux-x86/src/encoding/xml/
read_test.go 693 type Pod struct {
699 pod := new(Pod)
700 pod.Pea = new(Pea)
701 xml := `<Pod><Pea><Cotelydon>Green stuff</Cotelydon></Pea></Pod>`
702 err := Unmarshal([]byte(xml), pod)
706 pea, ok := pod.Pea.(*Pea)
708 t.Fatalf("unmarshaled into wrong type: have %T want *Pea", pod.Pea)

Completed in 1949 milliseconds

1 2