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

  /external/clang/test/SemaCXX/
warn-tautological-undefined-compare.cpp 37 int& get_int();
38 // expected-note@-1 4{{'get_int' returns a reference}}
48 if (&get_int() == 0) {}
50 if (&(get_int()) == 0) {}
53 if (&get_int() != 0) {}
55 if (&(get_int()) != 0) {}
101 int& (*f_ptr)() = &get_int;
warn-undefined-bool-conversion.cpp 40 int& get_int();
41 // expected-note@-1 3{{'get_int' returns a reference}}
51 if (&get_int()) {}
53 if (&(get_int())) {}
55 if (!&get_int()) {}
89 int& (*f_ptr)() = &get_int;
  /external/clang/test/CodeGen/
le32-vaarg.c 4 int get_int(va_list *args) { function
7 // CHECK: define i32 @get_int
  /external/clang/test/CodeGenCXX/
reference-cast.cpp 66 int get_int();
73 return (const bool&)get_int();
77 return static_cast<const bool&>(get_int());
80 return get_int();
  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
allocate_shared.pass.cpp 36 int get_int() const {return int_;} function in struct:A
53 assert(p->get_int() == 67);
64 assert(p->get_int() == 67);
73 assert(p->get_int() == 68);
make_shared.pass.cpp 31 int get_int() const {return int_;} function in struct:A
49 assert(p->get_int() == 67);
59 assert(p->get_int() == 67);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
allocate_shared.pass.cpp 35 int get_int() const {return int_;} function in struct:A
52 assert(p->get_int() == 67);
make_shared.pass.cpp 44 int get_int() const {return int_;} function in struct:A
62 assert(p->get_int() == 67);
72 assert(p->get_int() == 67);
  /external/clang/test/CXX/temp/temp.decls/temp.class/temp.static/
p1.cpp 17 int& get_int() { return X0<int>::value; } function
  /external/skia/src/codec/
SkCodecPriv.h 115 static inline uint32_t get_int(uint8_t* buffer, uint32_t i) { function
SkCodec_libbmp.cpp 168 totalBytes = get_int(hBuffer.get(), 2);
169 offset = get_int(hBuffer.get(), 10);
178 infoBytes = get_int(hBuffer.get(), 14);
201 infoBytes = get_int(hBuffer.get(), 0);
281 width = get_int(iBuffer.get(), 0);
282 height = get_int(iBuffer.get(), 4);
288 compression = get_int(iBuffer.get(), 12);
290 numColors = get_int(iBuffer.get(), 28);
368 inputMasks.red = get_int(mBuffer.get(), 0);
369 inputMasks.green = get_int(mBuffer.get(), 4)
    [all...]
SkCodec_libico.cpp 86 uint32_t size = get_int(entryBuffer.get(), 8 + i*kIcoDirEntryBytes);
91 uint32_t offset = get_int(entryBuffer.get(), 12 + i*kIcoDirEntryBytes);
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
swig.ml 47 let rec get_int x = var
61 | C_obj o -> (try (get_int (o "int" C_void))
62 with _ -> (get_int (o "&" C_void)))
82 (char_of_int (get_int x))
93 (try if get_int x != 0 then true else false
std_vector.i 79 for i = 0; to (get_int ((invoke v) "size" C_void)) - 1 do
swig.mli 34 val get_int : 'a c_obj_t -> int var
  /system/bt/test/bluedroidtest/
bluedroidtest.c 249 uint32_t get_int(char **p, int DefaultValue) function
615 cmd = get_int(&p, 0);
619 arg1 = get_int(&p, -1);
625 arg1 = get_int(&p, -1);
626 arg2 = get_int(&p, -1);
627 arg3 = get_int(&p, -1);
  /external/skia/src/fonts/
SkFontMgr_fontconfig.cpp 70 static int get_int(FcPattern* pattern, const char field[]) { function
169 int weight = get_int(match, FC_WEIGHT);
170 int width = get_int(match, FC_WIDTH);
171 int slant = get_int(match, FC_SLANT);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
patcomp.py 126 min = max = self.get_int(children[1])
128 max = self.get_int(children[3])
174 def get_int(self, node): member in class:PatternCompiler
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
patcomp.py 126 min = max = self.get_int(children[1])
128 max = self.get_int(children[3])
174 def get_int(self, node): member in class:PatternCompiler
  /external/skia/src/ports/
SkFontMgr_fontconfig.cpp 120 static int get_int(FcPattern* pattern, const char object[], int missing) { function
315 int weight = map_ranges(get_int(pattern, FC_WEIGHT, FC_WEIGHT_REGULAR),
329 int width = map_ranges(get_int(pattern, FC_WIDTH, FC_WIDTH_NORMAL),
332 SkFS::Slant slant = get_int(pattern, FC_SLANT, FC_SLANT_ROMAN) > 0
423 desc->setFontIndex(get_int(fPattern, FC_INDEX, 0));
429 *ttcIndex = get_int(fPattern, FC_INDEX, 0);
444 FC_PROPORTIONAL != get_int(pattern, FC_SPACING, FC_PROPORTIONAL))
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap.h 161 * get_int - Get an integer EAPOL state variable
166 unsigned int (*get_int)(void *ctx, enum eapol_int_var variable); member in struct:eapol_callbacks
eap.c 69 return sm->eapol_cb->get_int(sm->eapol_ctx, var);
    [all...]
  /external/openssh/
ssh-pkcs11-helper.c 55 #define get_int() buffer_get_int(&iqueue); macro
178 (void)get_int(); /* XXX ignore flags */
  /external/v8/src/
objects-inl.h 3782 int ByteArray::get_int(int index) { function in class:v8::internal::ByteArray
    [all...]
objects.h     [all...]

Completed in 4081 milliseconds