Searched refs:Simple (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/
H A Dconst_iterator.hpp60 binary_heap_const_iterator_<Value_Type, Entry, Simple, Allocator>
63 binary_heap_const_point_iterator_<Value_Type, Entry, Simple, Allocator>
68 bool Simple,
H A Dconst_point_iterator.hpp59 template<typename Value_Type, typename Entry, bool Simple,
114 return to_ptr(integral_constant<int, Simple>());
122 return *to_ptr(integral_constant<int, Simple>());
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DInfoByHwMode.cpp48 bool Simple = isSimple(); local
49 if (Simple != T.isSimple())
51 if (Simple)
/freebsd-11-stable/sys/dev/mpt/mpilib/
H A Dmpi.h381 /* Simple element structures */
518 SGE_SIMPLE_UNION Simple; member in union:_SGE_IO_UNION::__anon10927
525 /* SGE union for SGL's with Simple and Transaction elements */
532 SGE_SIMPLE_UNION Simple; member in union:_SGE_TRANS_SIMPLE_UNION::__anon10928
546 SGE_SIMPLE_UNION Simple; member in union:_SGE_MPI_UNION::__anon10929
/freebsd-11-stable/sys/dev/mps/mpi/
H A Dmpi2.h754 * MPI Simple Element structures
893 MPI2_SGE_SIMPLE_UNION Simple; member in union:_MPI2_MPI_SGE_IO_UNION::__anon10912
901 * MPI SGE union for SGL's with Simple and Transaction elements
908 MPI2_SGE_SIMPLE_UNION Simple; member in union:_MPI2_SGE_TRANS_SIMPLE_UNION::__anon10913
923 MPI2_SGE_SIMPLE_UNION Simple; member in union:_MPI2_MPI_SGE_UNION::__anon10914
1014 * IEEE Simple Element structures
1066 MPI2_IEEE_SGE_SIMPLE_UNION Simple; member in union:_MPI2_IEEE_SGE_UNION::__anon10915
1093 #define MPI2_IEEE_SGE_FLAGS_SYSTEM_ADDR (0x00) /* IEEE Simple Element only */
1094 #define MPI2_IEEE_SGE_FLAGS_IOCDDR_ADDR (0x01) /* IEEE Simple Element only */
1096 #define MPI2_IEEE_SGE_FLAGS_IOCPLBNTA_ADDR (0x03) /* IEEE Simple Elemen
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h169 Simple, // This is a normal l-value, use getAddress(). enumerator in enum:clang::CodeGen::LValue::__anon429
252 bool isSimple() const { return LVType == Simple; }
375 R.LVType = Simple;
/freebsd-11-stable/sys/dev/mpr/mpi/
H A Dmpi2.h925 * MPI Simple Element structures
1064 MPI2_SGE_SIMPLE_UNION Simple; member in union:_MPI2_MPI_SGE_IO_UNION::__anon7133
1072 * MPI SGE union for SGL's with Simple and Transaction elements - for MPI v2.0 products only
1079 MPI2_SGE_SIMPLE_UNION Simple; member in union:_MPI2_SGE_TRANS_SIMPLE_UNION::__anon7134
1094 MPI2_SGE_SIMPLE_UNION Simple; member in union:_MPI2_MPI_SGE_UNION::__anon7135
1185 * IEEE Simple Element structures
1252 MPI2_IEEE_SGE_SIMPLE_UNION Simple; member in union:_MPI2_IEEE_SGE_UNION::__anon7136
1299 #define MPI2_IEEE_SGE_FLAGS_SYSTEM_ADDR (0x00) /* for MPI v2.0, use in IEEE Simple Element only; for MPI v2.5 and later, use in IEEE Simple or Chain element */
1300 #define MPI2_IEEE_SGE_FLAGS_IOCDDR_ADDR (0x01) /* use in IEEE Simple Elemen
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1367 // the evaluated decls into a vector. Simple is set to true if none
1372 bool Simple; member in class:__anon668::DeclExtractor
1381 Simple(true) {}
1383 bool isSimple() { return Simple; }
1387 Simple = false;
1392 Simple = false;
1407 Simple = false;
1438 Simple = false;
/freebsd-11-stable/sys/dev/mpt/
H A Dmpt_debug.c620 x.u.Simple = msg->StatusDataSGE;
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp3429 bool Simple) const {
3430 if (!Simple) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp4060 StringRef Simple; local
4062 if (check(parseIdentifier(Simple) || Simple != "simple",
4073 getStreamer().EmitCFIStartProc(!Simple.empty(), Lexer.getLoc());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2225 bool Simple = false) const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4099 MVT Simple = VT.getSimpleVT(); local
4100 unsigned SimpleSize = Simple.getSizeInBits();
4155 MVT Simple = VT.getSimpleVT(); local
4156 unsigned SimpleSize = Simple.getSizeInBits();
4231 MVT Simple = VT.getSimpleVT(); local
4232 unsigned SimpleSize = Simple.getSizeInBits();
4274 MVT Simple = VT.getSimpleVT(); local
4275 unsigned SimpleSize = Simple.getSizeInBits();
14248 // Simple case: Direct non-truncating forwarding
19466 // Simple cas
[all...]
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex557 %% Simple single-character @ commands
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex549 %% Simple single-character @ commands

Completed in 305 milliseconds