| /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);
|
| ProgramState.h | 428 bool contains(typename ProgramStateTrait<T>::key_type key) const { function in class:clang::ento::ProgramState 430 return ProgramStateTrait<T>::Contains(ProgramStateTrait<T>::MakeData(d), key);
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| DynamicLibrary.cpp | 44 bool Contains(void *Handle) {
|
| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| ExprConcepts.h | 193 void setContainsUnexpandedParameterPack(bool Contains) { 194 ContainsUnexpandedParameterPack = Contains;
|
| /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
| ir_test.go | 37 if !strings.Contains(text, " "+name+" ") {
|
| /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/include/llvm/Analysis/ |
| LoopInfo.h | 122 bool contains(const LoopT *L) const { function in class:llvm::LoopBase 128 return contains(L->getParentLoop()); 132 bool contains(const BlockT *BB) const { function in class:llvm::LoopBase 138 template <class InstT> bool contains(const InstT *Inst) const { function in class:llvm::LoopBase 139 return contains(Inst->getParent()); 227 assert(contains(BB) && "Exiting block must be part of the loop"); 229 if (!contains(Succ)) 236 /// A latch block is a block that contains a branch back to the header. 241 assert(contains(BB) && "block does not belong to the loop"); 256 if (contains(Pred) [all...] |
| /src/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/ |
| ClangFormatPackage.cs | 9 // This class contains a VS extension package that runs clang-format over a 125 // Check if string contains quotes. On Windows, file names cannot contain quotes. 263 return extensions.Contains(Path.GetExtension(filePath).ToLower());
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-go/ |
| llvm-go.go | 94 if strings.Contains(llvmConfig("--cxxflags"), "-stdlib=libc++") {
|
| /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...] |
| /src/external/apache2/llvm/dist/clang/lib/Sema/ |
| SemaStmt.cpp | 1222 // and detect duplicates. This vector contains the APInt for the case after 3272 DestScope.Contains(*S.CurrentSEHFinally.back())) { 3583 /// contains 'auto'. 3831 // instantiated even if the function body contains a return 3878 // If a function with a declared return type that contains a placeholder type
|
| /src/external/gpl2/diffutils/dist/config/ |
| texinfo.tex | 1905 % Contains a kludge to get @end[description] to work. 2458 % `documentdescription' contains a `c'. Means not everything will 2618 % contains other Texinfo commands, it's almost certain it will fail 3111 % Change catcode of @ here so that if the index file contains 4895 % If #2 contains no space token, all of it is passed as the first arg
|
| /src/external/gpl2/gettext/dist/build-aux/ |
| texinfo.tex | 832 % But we can't do this if #1 is `macro', since that actually contains a c. 975 % contains other Texinfo commands, it's almost certain it will fail 1859 %% Contains a kludge to get @end[description] to work 2625 % Change catcode of @ here so that if the index file contains 4106 % If #2 contains no space token, all of it is passed as the first arg
|
| /src/external/gpl2/grep/dist/doc/ |
| texinfo.tex | 1827 % Contains a kludge to get @end[description] to work. 2528 % contains other Texinfo commands, it's almost certain it will fail 3000 % Change catcode of @ here so that if the index file contains 4754 % If #2 contains no space token, all of it is passed as the first arg
|