| /minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
| H A D | TypeBuilder.h | 106 static PointerType *get(LLVMContext &Context) { in get() function 117 static ArrayType *get(LLVMContext &Context) { in get() function 124 static ArrayType *get(LLVMContext &Context) { in get() function 183 static IntegerType *get(LLVMContext &C) { in get() function 190 static Type *get(LLVMContext& C) { in get() function 198 static Type *get(LLVMContext& C) { in get() function 206 static Type *get(LLVMContext& C) { return Type::getFloatTy(C); } in get() function 210 static Type *get(LLVMContext& C) { return Type::getDoubleTy(C); } in get() function 214 static Type *get(LLVMContext& C) { return Type::getX86_FP80Ty(C); } in get() function 218 static Type *get(LLVMContext& C) { return Type::getFP128Ty(C); } in get() function [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | MemoryLocation.cpp | 36 MemoryLocation MemoryLocation::get(const LoadInst *LI) { in get() function in MemoryLocation 45 MemoryLocation MemoryLocation::get(const StoreInst *SI) { in get() function in MemoryLocation 54 MemoryLocation MemoryLocation::get(const VAArgInst *VI) { in get() function in MemoryLocation 59 MemoryLocation MemoryLocation::get(const AtomicCmpXchgInst *CXI) { in get() function in MemoryLocation 68 MemoryLocation MemoryLocation::get(const AtomicRMWInst *RMWI) { in get() function in MemoryLocation
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | ValueProfileCollector.cpp | 39 void get(InstrProfValueKind K, std::vector<CandidateInfo> &Candidates) {} in get() function in __anon42f4d7fd0111::PluginChain 51 void get(InstrProfValueKind K, std::vector<CandidateInfo> &Candidates) { in get() function in __anon42f4d7fd0111::PluginChain 73 ValueProfileCollector::get(InstrProfValueKind Kind) const { in get() function in ValueProfileCollector
|
| /openbsd-src/gnu/gcc/libstdc++-v3/src/ |
| H A D | strstream.cc | 86 strstreambuf::strstreambuf(char* get, streamsize n, char* put) in strstreambuf() 91 strstreambuf::strstreambuf(signed char* get, streamsize n, signed char* put) in strstreambuf() 96 strstreambuf::strstreambuf(unsigned char* get, streamsize n, in strstreambuf() 102 strstreambuf::strstreambuf(const char* get, streamsize n) in strstreambuf() 107 strstreambuf::strstreambuf(const signed char* get, streamsize n) in strstreambuf() 112 strstreambuf::strstreambuf(const unsigned char* get, streamsize n) in strstreambuf() 321 strstreambuf::_M_setup(char* get, char* put, streamsize n) in _M_setup()
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/src/ |
| H A D | strstream.cc | 86 strstreambuf::strstreambuf(char* get, streamsize n, char* put) in strstreambuf() 91 strstreambuf::strstreambuf(signed char* get, streamsize n, signed char* put) in strstreambuf() 96 strstreambuf::strstreambuf(unsigned char* get, streamsize n, in strstreambuf() 102 strstreambuf::strstreambuf(const char* get, streamsize n) in strstreambuf() 107 strstreambuf::strstreambuf(const signed char* get, streamsize n) in strstreambuf() 112 strstreambuf::strstreambuf(const unsigned char* get, streamsize n) in strstreambuf() 321 strstreambuf::_M_setup(char* get, char* put, streamsize n) in _M_setup()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
| H A D | p12306a.C | 21 virtual class b* get() {return 0;} in get() function 26 virtual class b* get() {return &_c;} in get() function
|
| /openbsd-src/gnu/llvm/lldb/source/Host/macosx/cfcpp/ |
| H A D | CFCReleaser.h | 82 T get() { return _ptr; } in get() function 84 const T get() const { return _ptr; } in get() function
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
| H A D | CFUtils.h | 50 const T get() const { return _ptr; } in get() function 51 T get() { return _ptr; } in get() function
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/tr1/ |
| H A D | tuple_defs.h | 49 get(tuple<_GLIBCXX_TEMPLATE_ARGS>& __t) in get() function 56 get(const tuple<_GLIBCXX_TEMPLATE_ARGS>& __t) in get() function
|
| /minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
| H A D | p16.cpp | 32 void get(U i) {} in get() function 37 …void Test<T>::get<double>(double i) {} // expected-error{{cannot specialize (with 'template<>') a… in get() function in PR10024::Test
|
| /minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/ |
| H A D | temp_arg_nontype_cxx11.cpp | 13 template<typename T> struct get { typedef T type; }; struct
|
| /openbsd-src/usr.bin/openssl/ |
| H A D | apps_posix.c | 127 app_timer_real(int get) in app_timer_real() 142 app_timer_user(int get) in app_timer_user()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_hash.h | 33 u32 get() { in get() function 57 u64 get() { in get() function
|
| /minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
| H A D | discrim-union.cpp | 49 constexpr const T &get(select<0>) { return val; } in get() function 50 …template<unsigned N> constexpr const decltype(static_cast<const rest_t&>(rest).get(select<N-1>{}))… in get() function 88 constexpr const_get_result<N> get() { in get() function in either 96 constexpr const U &get() { in get() function in either
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/ |
| H A D | LineTable.h | 196 LineEntry &get(size_t i) { in get() function 200 const LineEntry &get(size_t i) const { in get() function
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Type.cpp | 313 IntegerType *IntegerType::get(LLVMContext &C, unsigned NumBits) { in get() function in IntegerType 363 FunctionType *FunctionType::get(Type *ReturnType, in get() function in FunctionType 389 FunctionType *FunctionType::get(Type *Result, bool isVarArg) { in get() function in FunctionType 408 StructType *StructType::get(LLVMContext &Context, ArrayRef<Type*> ETypes, in get() function in StructType 522 StructType *StructType::get(LLVMContext &Context, bool isPacked) { in get() function in StructType 640 ArrayType *ArrayType::get(Type *ElementType, uint64_t NumElements) { in get() function in ArrayType 670 VectorType *VectorType::get(Type *ElementType, ElementCount EC) { in get() function in VectorType 686 FixedVectorType *FixedVectorType::get(Type *ElementType, unsigned NumElts) { in get() function in FixedVectorType 707 ScalableVectorType *ScalableVectorType::get(Type *ElementType, in get() function in ScalableVectorType 729 PointerType *PointerType::get(Type *EltTy, unsigned AddressSpace) { in get() function in PointerType [all …]
|
| /minix3/usr.bin/sort/ |
| H A D | msort.c | 79 get_func_t get; member 99 save_for_merge(FILE *fp, get_func_t get, struct field *ftbl) in save_for_merge() 138 get_func_t get = SINGL_FLD ? makeline : makekey; in fmerge() local 377 get_func_t get = SINGL_FLD ? makeline : makekey; in order() local
|
| /minix3/external/bsd/llvm/dist/clang/test/CoverageMapping/ |
| H A D | classtemplate.cpp | 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
|
| /minix3/external/bsd/atf/dist/atf-c/ |
| H A D | config_test.c | 97 ATF_TC_HEAD(get, tc) in ATF_TC_HEAD() argument 101 ATF_TC_BODY(get, tc) in ATF_TC_BODY() argument
|
| /minix3/external/bsd/bind/dist/unit/atf-src/atf-c/ |
| H A D | config_test.c | 103 ATF_TC_HEAD(get, tc) in ATF_TC_HEAD() argument 107 ATF_TC_BODY(get, tc) in ATF_TC_BODY() argument
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/ |
| H A D | ErrorOr.h | 49 T &get() const { return *Storage; } in get() function 175 reference get() { return *getStorage(); } in get() function 176 const_reference get() const { return const_cast<ErrorOr<T> *>(this)->get(); } in get() function
|
| /minix3/external/bsd/llvm/dist/llvm/tools/llvm-cov/ |
| H A D | CoverageSummaryInfo.cpp | 21 FunctionCoverageSummary::get(const coverage::FunctionRecord &Function) { in get() function in FunctionCoverageSummary 74 FileCoverageSummary::get(StringRef Name, in get() function in FileCoverageSummary
|
| /minix3/external/bsd/libc++/dist/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref/ |
| H A D | op_arrow.pass.cpp | 33 int get() const {return data_;} in get() function in A 54 int get() const {return data_;} in get() function in B
|
| /minix3/external/bsd/atf/dist/atf-c/detail/ |
| H A D | env_test.c | 55 ATF_TC_HEAD(get, tc) in ATF_TC_HEAD() argument 59 ATF_TC_BODY(get, tc) in ATF_TC_BODY() argument
|
| /minix3/external/bsd/libc++/dist/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref/ |
| H A D | op_arrow.pass.cpp | 33 int get() const {return data_;} in get() function in A 54 int get() const {return data_;} in get() function in B
|