/freebsd/crypto/openssl/Configurations/ |
H A D | README-design.md | 33 inferred by `Configure`. By the same rule of minimalism, end product 35 in `build.info`. Their file name extensions will be inferred by the 103 It also shows us that building the object file inferred from 206 pairs. These are directly inferred from the DEPEND 209 modules => a list of modules. These are directly inferred from 213 pairs. These are directly inferred from the GENERATE 217 pairs. These are directly inferred from the INCLUDE 225 libraries => a list of libraries. These are directly inferred from 228 programs => a list of programs. These are directly inferred from 231 scripts => a list of scripts. There are directly inferred from [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
H A D | BlockCoverageInference.h | 50 /// View the inferred block coverage as a dot file. 52 /// covered, red edges show that a block's coverage can be inferred from its 53 /// successors, and blue edges show that a block's coverage can be inferred
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanAnalysis.cpp | 25 "different types inferred for different incoming values"); in inferScalarTypeForRecipe() 39 "different types inferred for different operands"); in inferScalarTypeForRecipe() 54 "different types inferred for different operands"); in inferScalarTypeForRecipe() 149 "different types inferred for different operands"); in inferScalarTypeForRecipe() 181 "inferred types for operands of binary op don't match"); in inferScalarTypeForRecipe() 188 "inferred types for operands of select op don't match"); in inferScalarTypeForRecipe()
|
H A D | VPlanAnalysis.h | 36 /// Note that the analysis caches the inferred types. A new analysis object must 38 /// of the previously inferred types.
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenSchedule.h | 42 /// We have two kinds of SchedReadWrites. Explicitly defined and inferred 44 /// may not be empty. TheDef is null for inferred sequences, and Sequence must 124 /// 4) An inferred class represents a variant of another class that may be 127 /// variants are expanded. Multiple SchedClasses may be inferred from an 145 // off to join another inferred class. 159 // are never mapped directly to inferred scheduling classes. 211 // ModelDef is NULL for inferred Models. This happens when a processor defines 441 // Any inferred SchedClass has an index greater than NumInstrSchedClassses.
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | ModuleMap.cpp | 671 // If inferred submodules export everything they import, add a in findOrCreateModuleForHeaderInUmbrellaDir() 687 // If inferred submodules export everything they import, add a in findOrCreateModuleForHeaderInUmbrellaDir() 1034 inferred = InferredDirectories.find(*ParentDir); in inferFrameworkModule() local 1035 if (inferred == InferredDirectories.end()) { in inferFrameworkModule() 1042 inferred = InferredDirectories.find(*ParentDir); in inferFrameworkModule() 1045 if (inferred == InferredDirectories.end()) in inferFrameworkModule() 1046 inferred = InferredDirectories.insert( in inferFrameworkModule() 1050 if (inferred->second.InferModules) { in inferFrameworkModule() 1055 !llvm::is_contained(inferred->second.ExcludedModules, Name); in inferFrameworkModule() 1057 Attrs.IsSystem |= inferred->second.Attrs.IsSystem; in inferFrameworkModule() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | DynamicTypeInfo.h | 17 /// Stores the currently inferred strictest bound on the runtime type 33 /// Returns the currently inferred upper bound on the runtime type.
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | ModuleMap.h | 256 /// A directory for which framework modules can be inferred. 262 /// The attributes to use for inferred modules. 266 /// inferred modules. Otherwise, invalid. 269 /// The names of modules that cannot be inferred within this 280 /// A mapping from an inferred module to the module map that allowed the 609 /// Check whether a framework module can be inferred in the given directory. 621 /// invalid if the module definition was inferred. 631 /// of inferred modules, returns the module map that allowed the inference
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BuildLibCalls.cpp | 35 STATISTIC(NumReadNone, "Number of functions inferred as readnone"); 37 "Number of functions inferred as inaccessiblememonly"); 38 STATISTIC(NumReadOnly, "Number of functions inferred as readonly"); 39 STATISTIC(NumWriteOnly, "Number of functions inferred as writeonly"); 40 STATISTIC(NumArgMemOnly, "Number of functions inferred as argmemonly"); 42 "Number of functions inferred as inaccessiblemem_or_argmemonly"); 43 STATISTIC(NumNoUnwind, "Number of functions inferred as nounwind"); 44 STATISTIC(NumNoCapture, "Number of arguments inferred as nocapture"); 45 STATISTIC(NumWriteOnlyArg, "Number of arguments inferred as writeonly"); 46 STATISTIC(NumReadOnlyArg, "Number of arguments inferred as readonly"); [all …]
|
/freebsd/contrib/ncurses/man/ |
H A D | curs_getcchar.3x | 147 attributes (at least 16 bits, inferred from the various ACS- and WACS-flags). 149 color pair (at least 16 bits, inferred from the \fBunsigned short\fP type).
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SCCP.cpp | 268 // If we inferred constant or undef return values for a function, we replaced in runIPSCCP() 269 // all call uses with the inferred value. This means we don't need to bother in runIPSCCP() 294 // attribute and the inferred range. in runIPSCCP() 351 // If we inferred constant or undef values for globals variables, we can in runIPSCCP()
|
/freebsd/usr.bin/clang/lli/ |
H A D | lli.1 | 106 valid architectures. By default this is inferred from the target triple or 113 By default this is inferred from the target triple and autodetected to
|
/freebsd/usr.bin/clang/llc/ |
H A D | llc.1 | 90 valid architectures. By default this is inferred from the target triple or 97 By default this is inferred from the target triple and autodetected to
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | GCStrategy.h | 79 bool NeededSafePoints = false; ///< if set, calls are inferred to be safepoints 126 /// True if safe points need to be inferred on call sites
|
/freebsd/tools/build/ |
H A D | make.py | 169 debug("Inferred", varname, "as", guess) 193 debug("Inferred LLVM dir as", llvm_dir) 223 help="Print information on inferred env vars")
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticLexKinds.td | 860 "only submodules and framework modules may be inferred with wildcard syntax">; 862 "inferred submodules require a module with an umbrella">; 864 "inferred submodule cannot be a framework submodule">; 866 "inferred framework modules cannot be 'explicit'">; 870 "redefinition of inferred submodule">; 872 "expected '{' to start inferred submodule">; 876 "only '*' can be exported from an inferred submodule">;
|
/freebsd/sys/contrib/device-tree/Bindings/leds/ |
H A D | regulator-led.yaml | 15 brightness settings will be inferred from the available voltages on the
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | InferAddressSpaces.cpp | 151 // Different from ValueToAddrSpaceMapTy, where a new addrspace is inferred on 153 // addrspace is inferred on the *use* of a pointer. This map is introduced to 156 // context) could be inferred with a new addrspace. 613 // Therefore, the inferred address space must be the source space, according in cloneInstructionWithNewAddressSpace() 692 // If we had a no-op inttoptr/ptrtoint pair, we may still have inferred a in cloneInstructionWithNewAddressSpace() 716 // Therefore, the inferred address space must be the source space according in cloneConstantExprWithNewAddressSpace() 845 // Changes the address spaces of the flat address expressions who are inferred in run() 882 // path. Therefore, nothing to do if User is already inferred as flat (the in inferAddressSpaces() 923 // The new inferred address space equals the join of the address spaces in updateAddressSpace()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | SCCPSolver.h | 139 /// getTrackedRetVals - Get the inferred return value map. 142 /// getTrackedGlobals - Get and return the set of inferred initializers for
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | brcm,bcm6345-l1-intc.txt | 28 the number of supported IRQs is inferred from the size argument
|
H A D | brcm,bcm7038-l1-intc.txt | 27 the number of supported IRQs is inferred from the size argument
|
H A D | brcm,bcm7038-l1-intc.yaml | 48 the number of supported IRQs is inferred from the size argument
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | gcov.cpp | 163 cl::desc("Override inferred gcno file")); in gcovMain() 165 cl::desc("Override inferred gcda file")); in gcovMain()
|
/freebsd/contrib/wpa/src/eap_common/ |
H A D | eap_pwd_common.h | 52 u8 identity[0]; /* length inferred from payload */
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
H A D | MCDCTypes.h | 60 /// \tparam MaybeConstMCDCParameters Expected inferred. May be const.
|