OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Contains
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramStateTrait.h
103
/// bool Present = State->
contains
<Name>(E);
126
/// bool Present = State->
contains
<Name>(E);
175
static bool
Contains
(data_type B, key_type K) {
176
return B.
contains
(K);
216
static bool
Contains
(data_type B, key_type K) {
217
return B.
contains
(K);
244
static bool
Contains
(data_type L, key_type K) {
245
return L.
contains
(K);
/src/external/apache2/llvm/dist/llvm/lib/Support/
DynamicLibrary.cpp
44
bool
Contains
(void *Handle) {
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Scope.h
43
/// scope, which defines the sorts of things the scope
contains
.
150
/// Flags - This
contains
a set of ScopeFlags, which indicates how the scope
178
/// BreakScope/ContinueScope which
contains
the contents of this scope
359
/// scope. Note that this may return false even if the scope
contains
invalid
490
bool
Contains
(const Scope& rhs) const { return Depth < rhs.Depth; }
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/
RPCUtils.h
923
///
Contains
primitive utilities for defining, calling and handling calls to
1611
/// Test whether this API
contains
Function F.
1612
template <typename F> class
Contains
{
1625
template <typename F> class
Contains
{
1628
APICalls<Funcs...>::template
Contains
<F>::value;
1641
template <typename F> class
Contains
{
1644
APICalls<InnerFuncs...>::template
Contains
<F>::value |
1645
APICalls<Funcs...>::template
Contains
<F>::value;
/src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-matchers.h
1784
//
Contains
either "whose given field " if the name of the field is unknown
1854
//
Contains
either "whose given property " if the name of the property is
2300
*os << "
contains
" << rhs_.size()
2308
<< " values, or
contains
a value x at some index i"
2320
*listener << "which
contains
" << actual_size << " values";
2413
// Implements
Contains
(element_matcher) for the given argument type Container.
2424
*os << "
contains
at least one element that ";
2453
*os << "only
contains
elements that ";
2458
*os << "
contains
some element that ";
2471
// Implements polymorphic
Contains
(element_matcher)
[
all
...]
Completed in 33 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026