Searched refs:Item (Results 1 - 25 of 82) sorted by path

1234

/freebsd-11-stable/crypto/openssl/engines/vendor_defns/
H A Datalla.h16 } Item; typedef in typeref:struct:ItemStr
20 Item version;
21 Item modulus;
22 Item publicExponent;
23 Item privateExponent;
24 Item prime[2];
25 Item exponent[2];
26 Item coefficient;
/freebsd-11-stable/crypto/openssl/util/
H A Dpod2man.pl524 .\" Ip Item
897 push(@Indices, qq{.IX Item "$_"\n});
/freebsd-11-stable/lib/libc/net/
H A Dnsparser.y102 : Item
103 | Srclist Item
106 Item
/freebsd-11-stable/stand/i386/boot0/
H A Dboot0.S262 xorw %dx,%dx # Item number
/freebsd-11-stable/sys/contrib/edk2/Include/Uefi/
H A DUefiPxe.h1513 } Item[MAX_EEPROM_LEN]; member in struct:s_pxe_cpb_nvdata_sparse
/freebsd-11-stable/sys/dev/ce/
H A Dceddk.c669 int Item, unsigned NotifyBits)
683 if (Item >= 0) {
685 ce_chan_t *c = b->chan + Item;
719 int Item, unsigned NotifyBits)
723 if(Item >= 0) {
725 ce_chan_t *c = b->chan + Item;
726 c->acc_status |= b->ddk.InterfacesInfo[Item].Status;
668 ce_error_callback(TAU32_UserContext *pContext, int Item, unsigned NotifyBits) argument
718 ce_status_callback(TAU32_UserContext *pContext, int Item, unsigned NotifyBits) argument
H A Dceddk.h180 ce_error_callback(TAU32_UserContext *pContext, int Item,
183 ce_status_callback(TAU32_UserContext *pContext, int Item,
H A Dtau32-ddk.h288 typedef void(TAU32_CALLBACK_TYPE *TAU32_NotifyCallback)(TAU32_UserContext *pContext, int Item, unsigned NotifyBits);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOSLog.h129 Items, [](const OSLogBufferItem &Item) { return Item.getIsPrivate(); });
133 return llvm::any_of(Items, [](const OSLogBufferItem &Item) {
134 return Item.getKind() != OSLogBufferItem::ScalarKind ||
135 !Item.getMaskType().empty();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h205 ConstructionContextItem Item; member in class:clang::ConstructionContextLayer
207 ConstructionContextLayer(ConstructionContextItem Item, argument
209 : Parent(Parent), Item(Item) {}
213 create(BumpVectorContext &C, const ConstructionContextItem &Item,
216 const ConstructionContextItem &getItem() const { return Item; }
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h602 /// statement can be transparently passed as \p Item in most cases.
605 const ConstructionContextItem &Item,
823 const ConstructionContextItem &Item,
830 const ConstructionContextItem &Item,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1366 auto withExtraLayer = [this, Layer](const ConstructionContextItem &Item) {
1367 return ConstructionContextLayer::create(cfg->getBumpVectorContext(), Item,
H A DConstructionContext.cpp23 const ConstructionContextItem &Item,
27 return new (CC) ConstructionContextLayer(Item, Parent);
36 if (!Self || !(Self->Item == Other->Item))
22 create(BumpVectorContext &C, const ConstructionContextItem &Item, const ConstructionContextLayer *Parent) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DHexagon.cpp157 const CPUSuffix *Item = llvm::find_if( local
159 if (Item == std::end(Suffixes))
161 return Item->Suffix.data();
H A DSparc.cpp116 const SparcCPUInfo *Item = llvm::find_if( local
118 if (Item == std::end(CPUInfo))
120 return Item->Generation;
124 const SparcCPUInfo *Item = llvm::find_if( local
127 if (Item == std::end(CPUInfo))
129 return Item->Kind;
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp1201 for (const auto &Item : Layout.Items)
1202 OS << "_" << int(Item.getSizeByte()) << "_"
1203 << int(Item.getDescriptorByte());
1269 for (const auto &Item : Layout.Items) {
1271 Builder.getInt8(Item.getDescriptorByte()),
1274 Builder.getInt8(Item.getSizeByte()),
1277 CharUnits Size = Item.size();
1308 for (const auto &Item : Layout.Items) {
1309 int Size = Item.getSizeByte();
1315 if (Item
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.cpp108 unsigned Item = 0; local
114 if (Item < Commas.size() && State.NextToken->Previous == Commas[Item]) {
116 ExtraSpaces += Format->ColumnSizes[Column] - ItemLengths[Item];
119 ++Item;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp12597 // OpenMP 5.0 [2.19.3, List Item Privatization, Restrictions]
13051 // OpenMP 5.0 [2.19.3, List Item Privatization, Restrictions]
13542 void push(Expr *Item, Expr *ReductionOp) {
13543 Vars.emplace_back(Item);
13551 void push(Expr *Item, Expr *Private, Expr *LHS, Expr *RHS, Expr *ReductionOp,
13553 Vars.emplace_back(Item);
14347 // OpenMP 5.0 [2.19.3, List Item Privatization, Restrictions]
17054 // Item should be a pointer or reference to pointer.
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DExprInspectionChecker.cpp288 for (auto Item: ReachedStats) {
289 unsigned NumTimesReached = Item.second.NumTimesReached;
290 ExplodedNode *N = Item.second.ExampleNode;
H A DMIGChecker.cpp200 [&](const std::pair<CallDescription, unsigned> &Item) {
201 return Call.isCalled(Item.first);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp134 explicit ConstructedObjectKey(const ConstructionContextItem &Item, argument
136 : Impl(Item, LC) {}
462 const ConstructionContextItem &Item,
464 ConstructedObjectKey Key(Item, LC->getStackFrame());
475 const ConstructionContextItem &Item,
477 ConstructedObjectKey Key(Item, LC->getStackFrame());
483 const ConstructionContextItem &Item,
485 ConstructedObjectKey Key(Item, LC->getStackFrame());
461 addObjectUnderConstruction(ProgramStateRef State, const ConstructionContextItem &Item, const LocationContext *LC, SVal V) argument
474 getObjectUnderConstruction(ProgramStateRef State, const ConstructionContextItem &Item, const LocationContext *LC) argument
482 finishObjectConstruction(ProgramStateRef State, const ConstructionContextItem &Item, const LocationContext *LC) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_list.h27 template<class Item>
39 void push_back(Item *x) {
52 void push_front(Item *x) {
72 void extract(Item *prev, Item *x) {
83 Item *front() { return first_; }
84 const Item *front() const { return first_; }
85 Item *back() { return last_; }
86 const Item *back() const { return last_; }
88 void append_front(IntrusiveList<Item> *
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DBaton.h64 explicit TypedBaton(std::unique_ptr<T> Item) : Item(std::move(Item)) {} argument
66 T *getItem() { return Item.get(); }
67 const T *getItem() const { return Item.get(); }
69 void *data() override { return Item.get(); }
74 std::unique_ptr<T> Item; member in class:lldb_private::TypedBaton
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp759 enum class Type { Invalid, Bar, Item, Separator }; member in class:curses::Menu::Type
871 m_type = Type::Item;
983 case Menu::Type::Item: {
1085 } else if (menu_type == Menu::Type::Item) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp197 const auto &Item = *Iter; local
198 ErrorOr<vfs::Status> Status = m_fs->status(Item.path());
208 auto Result = callback(callback_baton, Status->getType(), Item.path());

Completed in 563 milliseconds

1234