/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclCXX.h | 205 /// Determine whether this base class is a base of a class declared 209 /// Determine whether this base specifier is a pack expansion. 212 /// Determine whether this base class's constructors get inherited. 220 /// For a pack expansion, determine the location of the ellipsis. 505 /// Determine whether this class has an empty base class subobject of type X 650 /// Determine whether this class has any dependent base classes which 767 /// Determine whether this class has any default constructors. 773 /// Determine if we need to declare a default constructor for 788 /// Determine whether this class has any user-declared constructors. 801 /// Determine whether this class has a user-declared copy constructor. [all …]
|
H A D | LambdaCapture.h | 77 /// Determine the kind of capture. 80 /// Determine whether this capture handles the C++ \c this 87 /// Determine whether this capture handles a variable. 92 /// Determine whether this captures a variable length array bound 109 /// Determine whether this was an implicit capture (not 115 /// Determine whether this was an explicit capture (written 127 /// Determine whether this capture is a pack expansion,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsInstrInfo.h | 85 /// Determine the opcode of a non-delay slot form for a branch if one exists. 88 /// Determine if the branch target is in range. 92 /// Predicate to determine if an instruction can go in a forbidden slot. 95 /// Predicate to determine if an instruction can go in an FPU delay slot. 99 /// Predicate to determine if an instruction can go in a load delay slot. 103 /// Predicate to determine if an instruction has a forbidden slot. 106 /// Predicate to determine if an instruction has an FPU delay slot. 109 /// Predicate to determine if an instruction has a load delay slot.
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Scope.h | 236 /// Used to determine if errors occurred in this scope. 399 /// Determine whether any unrecoverable errors have occurred within this 504 /// Determine whether this scope is some OpenMP loop directive scope 515 /// Determine whether this scope is (or is nested into) some OpenMP 521 /// Determine whether this scope is a loop having OpenMP loop 528 /// Determine whether this scope is some OpenMP directive with 534 /// Determine whether this scope is the statement associated with an OpenACC 540 /// Determine if this scope (or its parents) are a compute construct. If the 560 /// Determine whether this scope is a while/do/for statement, which can have 566 /// Determine whether this scope is a C++ 'try' block. [all …]
|
H A D | Initialization.h | 440 /// Determine the kind of initialization. 470 /// Determine whether this initialization allows the named return 483 /// Determine whether this initialization consumes the 502 /// Determine whether this is an array new with an unknown bound. 520 /// Determine the location of the 'return' keyword when initializing 527 /// Determine the location of the 'throw' keyword when initializing 556 /// Determine the location of the capture when initializing 721 /// Determine the initialization kind. 726 /// Determine whether this initialization is an explicit cast. 731 /// Determine whether this initialization is a static cast. [all …]
|
/freebsd/contrib/ntp/scripts/stats/ |
H A D | README.stats | 101 These data determine the deviations of external time/frequency inputs 134 These data determine the deviations of the receiver oscillator with 150 These data determine the deviations and weights to calculate ensemble 166 These data determine which stations of the LORAN chain are being 187 These data determine the receiver oscillator type, mode, status and 200 These data determine the receiver position and elevation, together with 217 These data determine how many satellites are being tracked. At the 229 These data determine when the next leap second is to occur. The exact
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | policy.c | 116 * This is a special routine for ZFS; it is used to determine whether 145 * Determine if subject can chown owner of a file. 162 * Determine if subject can change group ownership of a file. 181 * Determine that subject can modify the mode of a file. allzone privilege 214 * Determine that subject can set the file setgid flag. 232 * Determine if the subject can inject faults in the ZFS fault injection 242 * Determine if the subject has permission to manipulate ZFS datasets 277 * Determine that subject can set the file setid flags. 297 * Determine that subject can make a file a "sticky".
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | InstrTypes.h | 654 /// Determine if this is an integer-only cast. 659 /// DataLayout argument is to determine the pointer size when examining casts 671 /// Determine if this cast is a no-op cast. 673 /// \param DL is the DataLayout to determine pointer size. 676 /// Determine how a pair of casts can be eliminated, if they can be at all. 681 /// Determine if a cast pair is eliminable 703 /// This method can be used to determine if a cast from SrcTy to DstTy using 706 /// Determine if a cast is valid without creating one. 924 /// Determine if this instruction is using an strict comparison predicate. 933 /// Determine if this instruction is using an non-strict comparison predicate. [all …]
|
H A D | Function.h | 530 /// Determine if the function is presplit coroutine. 547 /// Determine if the function does not access memory. 551 /// Determine if the function does not access or only reads memory. 555 /// Determine if the function does not access or only writes memory. 559 /// Determine if the call can access memmory only using pointers based 564 /// Determine if the function may only access memory that is 569 /// Determine if the function may only access memory that is 574 /// Determine if the function cannot return. 582 /// Determine if the function should not perform indirect branch tracking. 585 /// Determine if the function cannot unwind. [all …]
|
/freebsd/contrib/unbound/validator/ |
H A D | val_nsec.h | 106 * Determine if a NSEC proves the NOERROR/NODATA conditions. This will also 124 * Determine if the given NSEC proves a NameError (NXDOMAIN) for a given 135 * Determine if the given NSEC proves a positive wildcard response. 145 * Determine closest encloser of a query name and the NSEC that covers it 156 * Determine if the given NSEC proves that a wildcard match does not exist. 167 * Determine if an nsec proves an insecure delegation towards the qname.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | VersionTuple.h | 64 /// Determine whether this version information is empty in VersionTuple() 121 /// Determine if two version numbers are equivalent. If not in normalize() 128 /// Determine if two version numbers are not equivalent. 136 /// Determine whether one version number precedes another. 145 /// Determine whether one version number follows another. 153 /// Determine whether one version number precedes or is 162 /// Determine whether one version number follows or is
|
H A D | KnownBits.h | 414 /// Determine if these known bits always give the same ICMP_EQ result. 417 /// Determine if these known bits always give the same ICMP_NE result. 420 /// Determine if these known bits always give the same ICMP_UGT result. 423 /// Determine if these known bits always give the same ICMP_UGE result. 426 /// Determine if these known bits always give the same ICMP_ULT result. 429 /// Determine if these known bits always give the same ICMP_ULE result. 432 /// Determine if these known bits always give the same ICMP_SGT result. 435 /// Determine if these known bits always give the same ICMP_SGE result. 438 /// Determine if these known bits always give the same ICMP_SLT result. 441 /// Determine if these known bits always give the same ICMP_SLE result.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | CFG.h | 54 /// Determine whether instruction 'To' is reachable from 'From', without passing 57 /// Determine whether there is a path from From to To within a single function. 74 /// Determine whether block 'To' is reachable from 'From', returning 77 /// Determine whether there is a path from From to To within a single function. 85 /// Determine whether there is at least one path from a block in 89 /// Determine whether there is a path from at least one block in Worklist to 99 /// Determine whether there is a potentially a path from at least one block in
|
H A D | LazyValueInfo.h | 65 /// Determine whether the specified value comparison with a constant is 72 /// Determine whether the specified value comparison with a constant is 79 /// Determine whether the specified value comparison is known to be true 87 /// Determine whether the specified value is known to be a constant at the 101 /// Determine whether the specified value is known to be a
|
H A D | ValueLatticeUtils.h | 22 /// Determine if the values of the given function's arguments can be tracked 27 /// Determine if the values of the given function's returns can be tracked 33 /// Determine if the value maintained in the given global variable can be
|
/freebsd/lib/libpmcstat/ |
H A D | libpmcstat_image.c | 74 * Determine the number of functions named in this in pmcstat_image_add_symbols() 243 * Determine whether a given executable image is an A.OUT object, and 271 warn("WARNING: Cannot determine type of \"%s\"", in pmcstat_image_get_aout_params() 293 * Examine an ELF file to determine the size of its text segment. 355 warnx("WARNING: Cannot determine the type of \"%s\".", in pmcstat_image_get_elf_params() 378 * Determine the virtual address where an executable would be in pmcstat_image_get_elf_params() 385 "WARNING: Could not determine the number of program headers in \"%s\": %s.", in pmcstat_image_get_elf_params() 429 "WARNING: Could not determine the number of sections for \"%s\": %s.", in pmcstat_image_get_elf_params() 471 * Given an image descriptor, determine whether it is an ELF, or AOUT. 488 * Otherwise, remember that we tried to determine in pmcstat_image_determine_type()
|
/freebsd/contrib/elftoolchain/libelftc/ |
H A D | make-toolchain-version | 36 # Determine the revision number for the source tree. 39 # - If SVN is detected, we use the `svninfo' tool to determine the 83 # Determine the in-tree revision number. 85 echo "ERROR: cannot determine a revision number." 1>&2;
|
/freebsd/sys/dev/qat/qat_api/device/ |
H A D | dev_info.c | 93 /* Determine if Compression service is enabled */ in cpaGetDeviceInfo() 102 /* Determine if Crypto service is enabled */ in cpaGetDeviceInfo() 115 /* Determine if Crypto Sym service is enabled */ in cpaGetDeviceInfo() 123 /* Determine if Crypto Asym service is enabled */ in cpaGetDeviceInfo()
|
/freebsd/lib/libsys/ |
H A D | kcmp.2 | 45 system call allows the caller to determine whether the two processes with 96 Determine whether the two processes share the same file descriptor table. 108 Determine whether the two processes share the same signal handler table. 119 Determine whether the two processes share a virtual memory address space.
|
/freebsd/lib/msun/man/ |
H A D | math.3 | 99 isfinite determine whether a value is finite 100 isinf determine whether a value is infinite 101 isnan determine whether a value is \*(Na 102 isnormal determine whether a value is normalized
|
/freebsd/usr.sbin/pmccontrol/ |
H A D | pmccontrol.c | 134 err(EX_OSERR, "Unable to determine the number of cpus"); in pmcc_do_enable_disable() 136 /* Determine the maximum number of PMCs in any CPU. */ in pmcc_do_enable_disable() 141 "Unable to determine the number of PMCs in CPU %d", in pmcc_do_enable_disable() 222 err(EX_OSERR, "Unable to determine CPU information"); in pmcc_do_list_state() 228 /* Determine the set of logical CPUs. */ in pmcc_do_list_state() 231 err(EX_OSERR, "Cannot determine which CPUs are logical"); in pmcc_do_list_state() 293 err(EX_OSERR, "Unable to determine CPU information"); in pmcc_do_list_events()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPAssume.h | 28 /// Flag to determine if the identifier is a full name or the start of a name. 30 /// Flag to determine if a directive lists follows. 32 /// Flag to determine if an expression follows.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecordHelpers.h | 18 /// Given an arbitrary codeview type, determine if it is an LF_STRUCTURE, 44 /// Given an arbitrary codeview type, determine if it is an LF_STRUCTURE, 58 /// Given an arbitrary codeview type index, determine its size.
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | smmintrin.h | 585 /// An immediate integer operand. Mask bits [7:4] determine which elements 590 /// is treated as zero. Bits [3:0] determine which elements of the result 620 /// An immediate integer operand. Mask bits [5:4] determine which elements 625 /// is treated as zero. Bits [1:0] determine which elements of the result 1576 /// Bits [1:0]: Determine source data format. \n 1581 /// Bits [3:2]: Determine comparison type and aggregation method. \n 1590 /// Bits [5:4]: Determine whether to perform a one's complement on the bit 1632 /// Bits [1:0]: Determine source data format. \n 1637 /// Bits [3:2]: Determine comparison type and aggregation method. \n 1646 /// Bits [5:4]: Determine whether to perform a one's complement on the bit [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | cs35l36.txt | 32 - cirrus,multi-amp-mode : Boolean to determine if there are more than 43 - cirrus,amp-pcm-inv : Boolean to determine Amplifier will invert incoming 46 - cirrus,imon-pol-inv : Boolean to determine Amplifier will invert the 49 - cirrus,vmon-pol-inv : Boolean to determine Amplifier will invert the
|