/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
H A D | store-expr2.C | 24 struct K { struct 27 K(const N *x, const H *y) : c(x), d(y) {} in K() argument 28 K(const J &x) : c(x.c), d(x.d) {} in K() function
|
H A D | store-expr1.C | 24 struct K { struct 27 K(const N *x, const H *y) : c(x), d(y) {} in K() function 28 K(const J &x) : c(x.c), d(x.d) {} in K() argument
|
/openbsd/gnu/llvm/clang/lib/Headers/ |
H A D | hexagon_circ_brev_intrinsics.h | 22 #define Q6_circ_load_update_D(dest,ptr,incr,bufsize,K) \ argument 31 #define Q6_circ_load_update_W(dest,ptr,incr,bufsize,K) \ argument 40 #define Q6_circ_load_update_H(dest,ptr,incr,bufsize,K) \ argument 49 #define Q6_circ_load_update_UH(dest,ptr,incr,bufsize,K) \ argument 58 #define Q6_circ_load_update_B(dest,ptr,incr,bufsize,K) \ argument 67 #define Q6_circ_load_update_UB(dest,ptr,incr,bufsize,K) \ argument 77 #define Q6_circ_store_update_D(src,ptr,incr,bufsize,K) \ argument 86 #define Q6_circ_store_update_W(src,ptr,incr,bufsize,K) \ argument 95 #define Q6_circ_store_update_HL(src,ptr,incr,bufsize,K) \ argument 104 #define Q6_circ_store_update_HH(src,ptr,incr,bufsize,K) \ argument [all …]
|
/openbsd/gnu/llvm/libcxx/benchmarks/ |
H A D | map.bench.cpp | 246 for (auto K : Data.Keys) { in run() local 288 for (auto K : Data.Keys) { in run() local 319 for (auto K : Data.Keys) { in run() local 365 for (auto K : Data.Keys) { in run() local 407 for (auto K : Data.Keys) { in run() local 438 for (auto K : Data.Keys) { in run() local 827 for (auto K : Data.Keys) { in run() local 859 for (auto K : Data.Keys) { in run() local 891 for (auto K : Data.Keys) { in run() local 931 for (auto K : Data.Keys) { in run() local [all …]
|
H A D | ordered_set.bench.cpp | 91 for (auto K : Keys) { in run() local 112 for (auto K : Data.Keys) { in run() local 133 for (auto K : Data.Keys) { in run() local 154 for (auto K : Data.Keys) { in run() local 175 for (auto K : Data.Keys) { in run() local
|
/openbsd/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | ImmutableMap.h | 98 [[nodiscard]] ImmutableMap add(ImmutableMap Old, key_type_ref K, in add() 104 [[nodiscard]] ImmutableMap remove(ImmutableMap Old, key_type_ref K) { in remove() 114 bool contains(key_type_ref K) const { in contains() 169 data_type* lookup(key_type_ref K) const { in lookup() 242 ImmutableMapRef add(key_type_ref K, data_type_ref D) const { in add() 248 ImmutableMapRef remove(key_type_ref K) const { in remove() 253 bool contains(key_type_ref K) const { in contains() 299 data_type *lookup(key_type_ref K) const { in lookup()
|
/openbsd/gnu/llvm/llvm/include/llvm/ProfileData/ |
H A D | MemProf.h | 460 static uint64_t GetInternalKey(uint64_t K) { return K; } in GetInternalKey() 461 static uint64_t GetExternalKey(uint64_t K) { return K; } in GetExternalKey() 463 hash_value_type ComputeHash(uint64_t K) { return K; } in ComputeHash() 479 data_type ReadData(uint64_t K, const unsigned char *D, in ReadData() 511 static hash_value_type ComputeHash(key_type_ref K) { return K; } in ComputeHash() 514 EmitKeyDataLength(raw_ostream &Out, key_type_ref K, data_type_ref V) { in EmitKeyDataLength() 550 static hash_value_type ComputeHash(key_type_ref K) { return K; } in ComputeHash() 587 static uint64_t GetInternalKey(internal_key_type K) { return K; } in GetInternalKey() 588 static uint64_t GetExternalKey(external_key_type K) { return K; } in GetExternalKey() 590 hash_value_type ComputeHash(internal_key_type K) { return K; } in ComputeHash() [all …]
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | HashTable.h | 218 const_iterator find_as(const Key &K, TraitsT &Traits) const { in find_as() 250 bool set_as(const Key &K, ValueT V, TraitsT &Traits) { in set_as() 255 ValueT get(const Key &K, TraitsT &Traits) const { in get() 262 bool isPresent(uint32_t K) const { return Present.test(K); } in isPresent() 263 bool isDeleted(uint32_t K) const { return Deleted.test(K); } in isDeleted() 273 bool set_as_internal(const Key &K, ValueT V, TraitsT &Traits, in set_as_internal()
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | TokenKinds.h | 75 inline bool isAnyIdentifier(TokenKind K) { in isAnyIdentifier() 81 inline bool isStringLiteral(TokenKind K) { in isStringLiteral() 89 inline bool isLiteral(TokenKind K) { in isLiteral()
|
H A D | HeaderInclude.h | 48 inline const char *headerIncludeFormatKindToString(HeaderIncludeFormatKind K) { in headerIncludeFormatKindToString() 61 headerIncludeFilteringKindToString(HeaderIncludeFilteringKind K) { in headerIncludeFilteringKindToString()
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | AnalyzerOptions.cpp | 67 auto K = in getExplorationStrategy() local 85 auto K = llvm::StringSwitch<std::optional<CTUPhase1InliningKind>>( in getCTUPhase1Inlining() local 96 auto K = llvm::StringSwitch<std::optional<IPAKind>>(IPAMode) in getIPAMode() local 114 auto K = llvm::StringSwitch<std::optional<CXXInlineableMemberKind>>( in mayInlineCXXMemberFunction() local
|
/openbsd/lib/libc/db/hash/ |
H A D | page.h | 74 #define PAIRSIZE(K,D) (2*sizeof(u_int16_t) + (K)->size + (D)->size) argument 76 #define KEYSIZE(K) (4*sizeof(u_int16_t) + (K)->size); argument 80 #define PAIRFITS(P,K,D) \ argument
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCEarlyReturn.cpp | 82 MachineBasicBlock::iterator K = J--; in processBlock() local 99 MachineBasicBlock::iterator K = J--; in processBlock() local 116 MachineBasicBlock::iterator K = J--; in processBlock() local
|
/openbsd/gnu/llvm/clang/include/clang/Analysis/ |
H A D | RetainSummaryManager.h | 120 ArgEffectKind K; variable 124 : K(K), O(O) {} in K() function 170 RetEffect(Kind k, ObjKind o = ObjKind::AnyObj) : K(k), O(o) {} in K() function
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
H A D | c99-init-1.c | 35 struct K { struct 36 wchar_t L[6]; 37 int M;
|
H A D | gnu99-init-1.c | 14 struct G { int I; struct E J; int K; }; member 15 struct H { int I; struct F J; int K; }; member 19 struct I { int J; int K[3]; int L; }; member
|
/openbsd/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/ |
H A D | MapLattice.h | 85 bool contains(const key_type &K) const { return C.find(K) != C.end(); } in contains() 87 iterator find(const key_type &K) { return C.find(K); } in find() 88 const_iterator find(const key_type &K) const { return C.find(K); } in find()
|
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
H A D | loongarch.cpp | 36 const char *getEdgeKindName(Edge::Kind K) { in getEdgeKindName() 37 #define KIND_NAME_CASE(K) \ in getEdgeKindName() argument
|
/openbsd/gnu/llvm/clang/lib/Index/ |
H A D | IndexSymbol.cpp | 508 StringRef index::getSymbolKindString(SymbolKind K) { in getSymbolKindString() 546 StringRef index::getSymbolSubKindString(SymbolSubKind K) { in getSymbolSubKindString() 561 StringRef index::getSymbolLanguageString(SymbolLanguage K) { in getSymbolLanguageString() 573 #define APPLY_FOR_PROPERTY(K) \ in applyForEachSymbolProperty() argument
|
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ProgramState.h | 647 typename ProgramStateTrait<T>::key_type K, in set() 657 typename ProgramStateTrait<T>::key_type K, in add() 665 typename ProgramStateTrait<T>::key_type K, in remove() 843 ProgramStateRef ProgramState::add(typename ProgramStateTrait<T>::key_type K) const { in add() 853 ProgramStateRef ProgramState::remove(typename ProgramStateTrait<T>::key_type K) const { in remove() 858 ProgramStateRef ProgramState::remove(typename ProgramStateTrait<T>::key_type K, in remove() 874 ProgramStateRef ProgramState::set(typename ProgramStateTrait<T>::key_type K, in set() 880 ProgramStateRef ProgramState::set(typename ProgramStateTrait<T>::key_type K, in set()
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/ |
H A D | 20000518.f | 1 SUBROUTINE SORG2R( K, A, N, LDA ) argument 9 INTEGER I, K, LDA, N local
|
/openbsd/gnu/llvm/clang/lib/Tooling/Syntax/ |
H A D | Synthesis.cpp | 42 tok::TokenKind K, StringRef Spelling) { in createLeaf() 59 tok::TokenKind K) { in createLeaf() 207 syntax::NodeKind K) { in createTree()
|
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/ |
H A D | JITEventListener.h | 56 virtual void notifyObjectLoaded(ObjectKey K, const object::ObjectFile &Obj, in notifyObjectLoaded() 61 virtual void notifyFreeingObject(ObjectKey K) {} in notifyFreeingObject()
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/ |
H A D | dcast1.C | 17 struct K : I, J { virtual void f() {}; int k; }; in f() argument
|
/openbsd/gnu/gcc/libgomp/testsuite/libgomp.fortran/appendix-a/ |
H A D | a.15.1.f90 | 11 SUBROUTINE SUB2(K) argument 12 INTEGER K local
|