Home
last modified time | relevance | path

Searched full:concrete (Results 1 – 25 of 254) sorted by relevance

1234567891011

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DLookupResult.h40 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 DInlineInfo.h28 /// 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 Dremove_indirect.ksh27 # 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 DSyntax.td14 // 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 DNodes.td9 // 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 DBreakpointResolver.h25 /// 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 DStackFrameList.h31 /// 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 DPDB.cpp24 // 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 DVPlanValue.h79 /// 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 Dbhnd_nvram_io.c72 * 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 DMCFixup.h62 /// 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 DMCAssembler.h137 // 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 DPDBSymbol.h65 /// 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 DOSSL_LIB_CTX.pod96 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 DTypeNodes.td34 /// 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 Dgtest-death-test-internal.h88 // 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 Dgmock_cook_book.md259 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 DRuntimeDyldMachO.h140 /// 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 DStore.h79 /// 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 DOSSL_LIB_CTX.3155 \&\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 DDependenceGraphBuilder.h29 /// 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 DHostProcess.h24 /// statically to the concrete Process implementation for that platform. See
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp54 // 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 DCGCUDARuntime.cpp9 // This provides an abstract class for CUDA code generation. Concrete
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddressResolver.h25 /// file locations to their concrete addresses.

1234567891011