| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
| H A D | LookupResult.h | 40 AddressRange FuncRange; ///< The concrete function address range. 41 StringRef FuncName; ///< The concrete function name that contains LookupAddr. 44 /// for a concrete function with no inlined functions, this array will have 47 /// the concrete function itself. This allows one address to generate 50 /// array, and the concrete function will appear at the end of the array.
|
| H A D | InlineInfo.h | 28 /// stacks back to the inline or concrete function that called this 93 /// in the array and proceed up the concrete function source file and 111 /// from the line table upon entry. The name of the concrete
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/removal/ |
| H A D | remove_indirect.ksh | 27 # Device removal cannot remove non-concrete vdevs 43 log_assert "Device removal should not be able to remove non-concrete vdevs" 59 log_pass "Device removal cannot remove non-concrete vdevs"
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
| H A D | Syntax.td | 14 // The concrete node defines a Role sequence which identifies the children. 17 // The concrete node defines the element type, delimiters are always leaves. 22 // The concrete nodes are defined in terms of these classes in Nodes.td. 25 // concrete node classes will be generated. Migration to TableGen is not
|
| H A D | Nodes.td | 9 // This file defines concrete nodes in the syntax tree. 13 // concrete node classes will be generated. Migration to TableGen is not
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointResolver.h | 25 /// to resolve logical breakpoints to their of concrete breakpoint locations. 47 /// The concrete breakpoint resolver type for this breakpoint. 124 /// An enumeration for keeping track of the concrete subclass that is 126 /// BreakpointResolver's SubclassID field. They are used for concrete type 143 /// getResolverID - Return an ID for the concrete type of this object. This
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | StackFrameList.h | 31 /// is true. Synthetic (inline) frames expanded from the concrete frame #0 38 /// Get the first concrete frame with index greater than or equal to \p idx. 156 /// The number of concrete frames fetched while filling the frame list. This 161 /// from the concrete frame #0 activation.
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
| H A D | PDB.cpp | 24 // Create the correct concrete instance type based on the value of Type. in loadDataForPDB() 37 // Create the correct concrete instance type based on the value of Type. in loadDataForEXE()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanValue.h | 79 /// An enumeration for keeping track of the concrete subclass of VPValue that 98 /// \return an ID for the concrete type of this object. 334 /// An enumeration for keeping track of the concrete subclass of VPRecipeBase 336 /// SubclassID field of the VPRecipeBase objects. They are used for concrete 425 /// \return an ID for the concrete type of this object. 434 /// Each concrete VPDef prints itself.
|
| /freebsd/sys/dev/bhnd/nvram/ |
| H A D | bhnd_nvram_io.c | 72 * operation performed on @p io; concrete implementations of bhnd_nvram_io 128 * operation performed on @p io; concrete implementations of bhnd_nvram_io 172 * bytes are undefined; concrete implementations of bhnd_nvram_io may
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCFixup.h | 62 /// some value in an instruction which is not yet concrete. The encoder will 68 /// symbolic values become concrete. When relaxation is complete, any remaining
|
| H A D | MCAssembler.h | 137 // concrete and require clients to pass in a target like object. The other 138 // option is to make this abstract, and have targets provide concrete
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBSymbol.h | 65 /// PDBSymbol defines the base of the inheritance hierarchy for concrete symbol 66 /// types (e.g. functions, executables, vtables, etc). All concrete symbol
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OSSL_LIB_CTX.pod | 96 OSSL_LIB_CTX_get0_global_default() returns a concrete (non NULL) reference to 105 function the returned value will always be a concrete (non NULL) library
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TypeNodes.td | 34 /// referencing the concrete ClassTemplateSpecializationDecl; but 35 /// `std::vector<T>` cannot be resolved to a concrete specialization
|
| /freebsd/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-death-test-internal.h | 88 // returns a concrete class that depends on the prevailing death test 107 // is set to NULL; otherwise, it is set to the address of a new concrete 183 // A concrete DeathTestFactory implementation for normal use.
|
| /freebsd/contrib/googletest/docs/ |
| H A D | gmock_cook_book.md | 259 interface for it and have a concrete subclass that calls the free function: 563 ### Alternative to Mocking Concrete Classes 566 order to test your code that uses such a class (let's call it `Concrete`), you 567 may be tempted to make the methods of `Concrete` virtual and then mock it. 577 Mocking concrete classes directly is problematic as it creates a tight coupling 582 interfaces": instead of talking to the `Concrete` class, your code would define 584 top of `Concrete`. In tests, you can easily mock that interface to observe how 595 * `Concrete`'s API may not fit your problem domain very well, as you may not 602 * If `Concrete`'s implementation ever has to change, you don't have to rewrite 611 * Different projects may need to use `Concrete` in different ways, so the best [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldMachO.h | 140 /// Concrete, target specific sub-classes can be accessed via the impl() 142 /// Recurring Template Idiom). Concrete subclasses for each target
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | Store.h | 79 /// upon construction, this method retrieves the concrete zero value, even if 81 /// an unknown, undefined, concrete, or symbolic value. 93 /// unknown, undefined, concrete, or symbolic value.
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | OSSL_LIB_CTX.3 | 155 \&\fBOSSL_LIB_CTX_get0_global_default()\fR returns a concrete (non NULL) reference to 164 function the returned value will always be a concrete (non NULL) library
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | DependenceGraphBuilder.h | 29 /// define concrete implementation for each of the pure virtual functions used 177 /// Reference to the graph that gets built by a concrete implementation of
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | HostProcess.h | 24 /// statically to the concrete Process implementation for that platform. See
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | IteratorModeling.cpp | 54 // In case of type-I or type-II iterators we get a concrete integer as a result 63 // where S is a conjured symbol and n is an unsigned concrete integer. When 450 // evalAssume, if the result is a symbolic expression. If it is a concrete in handleComparison() 549 "Advancing position by concrete int should always be successful"); in handleIncrement() 575 "Advancing position by concrete int should always be successful"); in handleDecrement()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCUDARuntime.cpp | 9 // This provides an abstract class for CUDA code generation. Concrete
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | AddressResolver.h | 25 /// file locations to their concrete addresses.
|