/llvm-project/compiler-rt/test/asan/TestCases/ |
H A D | strtok.c | 33 char *token; in test1() local 44 char *token; in test2() local 56 char *token; in test3() local 66 char *token; in test4() local 75 char *token; in test5() local 86 char *token; in test6() local
|
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_symbolizer_test.cpp | 20 char *token; in TEST() local 35 int token; in TEST() local 42 uptr token; in TEST() local 49 char *token; in TEST() local
|
/llvm-project/libcxx/test/libcxx/thread/ |
H A D | barrier.availability.verify.cpp | 25 auto token = b.arrive(); // expected-error {{is unavailable}} in f() local 35 auto token = b.arrive(); // expected-error {{is unavailable}} in f() local
|
/llvm-project/mlir/lib/Target/LLVMIR/ |
H A D | DataLayoutImporter.cpp | 123 tryToEmplaceAlignmentEntry(Type type,StringRef token) tryToEmplaceAlignmentEntry() argument 138 tryToEmplacePointerAlignmentEntry(LLVMPointerType type,StringRef token) tryToEmplacePointerAlignmentEntry() argument 153 tryToEmplaceEndiannessEntry(StringRef endianness,StringRef token) tryToEmplaceEndiannessEntry() argument 167 tryToEmplaceAddrSpaceEntry(StringRef token,llvm::StringLiteral spaceKey) tryToEmplaceAddrSpaceEntry() argument 190 tryToEmplaceStackAlignmentEntry(StringRef token) tryToEmplaceStackAlignmentEntry() argument 231 for (StringRef token : tokens) { translateDataLayout() local [all...] |
/llvm-project/clang/test/SemaObjC/ |
H A D | objc-string-constant.m | 28 - (NSString *)token; method 32 - (NSString *)token; // expected-warning {{semicolon before method body is ignored}} method
|
/llvm-project/libcxx/test/std/numerics/rand/rand.device/ |
H A D | ctor.pass.cpp | 42 void check_random_device_valid(const std::string &token) { in check_random_device_valid() 46 void check_random_device_invalid(const std::string &token) { in check_random_device_invalid()
|
/llvm-project/mlir/lib/ExecutionEngine/ |
H A D | AsyncRuntime.cpp | 239 AsyncToken *token = new AsyncToken(getDefaultAsyncRuntime()); in mlirAsyncRuntimeCreateToken() local 255 extern "C" int64_t mlirAsyncRuntimeAddTokenToGroup(AsyncToken *token, in mlirAsyncRuntimeAddTokenToGroup() 305 static void setTokenState(AsyncToken *token, State state) { in setTokenState() 341 extern "C" void mlirAsyncRuntimeEmplaceToken(AsyncToken *token) { in mlirAsyncRuntimeEmplaceToken() 349 extern "C" void mlirAsyncRuntimeSetTokenError(AsyncToken *token) { in mlirAsyncRuntimeSetTokenError() 357 extern "C" bool mlirAsyncRuntimeIsTokenError(AsyncToken *token) { in mlirAsyncRuntimeIsTokenError() 369 extern "C" void mlirAsyncRuntimeAwaitToken(AsyncToken *token) { in mlirAsyncRuntimeAwaitToken() 400 extern "C" void mlirAsyncRuntimeAwaitTokenAndExecute(AsyncToken *token, in mlirAsyncRuntimeAwaitTokenAndExecute()
|
/llvm-project/flang/lib/Parser/ |
H A D | token-sequence.cpp | 331 return GetCharProvenance(start_[token] + offset); in GetIntervalProvenanceRange() argument 320 GetTokenProvenance(std::size_t token,std::size_t offset) const GetTokenProvenance() argument 325 GetTokenProvenanceRange(std::size_t token,std::size_t offset) const GetTokenProvenanceRange() argument 351 CharBlock token{TokenAt(j)}; CheckBadFortranCharacters() local 382 CharBlock token{TokenAt(j)}; BadlyNestedParentheses() local 402 CharBlock token{TokenAt(j)}; CheckBadParentheses() local [all...] |
H A D | preprocessor.cpp | 86 Tokenize(const std::vector<std::string> & argNames,const TokenSequence & token,std::size_t firstToken,std::size_t tokens) Tokenize() argument 121 const CharBlock &token{tokens.TokenAt(j)}; Stringify() local 186 CharBlock token{replacement_.TokenAt(j)}; Apply() local 310 CharBlock token{input.TokenAt(j)}; MacroReplacement() local 353 CharBlock token{input.TokenAt(j)}; MacroReplacement() local 429 CharBlock token{input.TokenAt(k)}; MacroReplacement() local 791 IsNameDefined(const CharBlock & token) IsNameDefined() argument 795 IsFunctionLikeDefinition(const CharBlock & token) IsFunctionLikeDefinition() argument 868 ExpressionValue(const TokenSequence & token,int minimumPrecedence,std::size_t * atToken,std::optional<Message> * error) ExpressionValue() argument [all...] |
/llvm-project/flang/include/flang/Parser/ |
H A D | token-sequence.h | 69 CharBlock TokenAt(std::size_t token) const { in TokenAt() argument 134 TokenBytes(std::size_t token) TokenBytes() argument [all...] |
/llvm-project/libc/test/src/string/ |
H A D | strtok_test.cpp | 54 char *token = LIBC_NAMESPACE::strtok(src, ",."); in TEST() local 70 char *token = LIBC_NAMESPACE::strtok(src, "_:"); in TEST() local
|
H A D | strtok_r_test.cpp | 99 char *token = LIBC_NAMESPACE::strtok_r(src, ",.", &reserve); in TEST() local 116 char *token = LIBC_NAMESPACE::strtok_r(src, "_:", &reserve); in TEST() local
|
/llvm-project/llvm/utils/ |
H A D | count_running_jobs.py | 21 def main(token, filter_gha_runners): argument
|
/llvm-project/lldb/source/Symbol/ |
H A D | PostfixExpression.cpp | 25 GetBinaryOpType(llvm::StringRef token) { in GetBinaryOpType() 40 GetUnaryOpType(llvm::StringRef token) { in GetUnaryOpType() 50 llvm::StringRef token; in ParseOneExpression() local
|
/llvm-project/lldb/source/Plugins/Language/ClangCommon/ |
H A D | ClangHighlighter.cpp | 51 const clang::Token &token, llvm::StringRef tok_str, in determineClangStyle() 194 Token token; in Highlight() local
|
/llvm-project/lldb/tools/debugserver/source/ |
H A D | JSON.cpp | 484 JSONParser::Token token = GetToken(value); in ParseJSONObject() local 516 JSONParser::Token token = GetToken(value); in ParseJSONArray() local 539 const JSONParser::Token token = GetToken(value); in ParseJSONValue() local 544 const Token &token) { in ParseJSONValue()
|
/llvm-project/llvm/utils/lit/lit/ |
H A D | BooleanExpression.py | 68 def quote(self, token): argument 91 def isMatchExpression(token): argument
|
/llvm-project/lldb/source/Utility/ |
H A D | StringLexer.cpp | 42 bool StringLexer::AdvanceIf(const std::string &token) { in AdvanceIf()
|
/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | HistoryThread.h | 50 void SetExtendedBacktraceToken(uint64_t token) override { in SetExtendedBacktraceToken()
|
/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | CPlusPlusNameParser.cpp | 408 const auto &token = Peek(); in ConsumeOperator() local 588 const auto &token = Peek(); in ParseFullNameImpl() local 773 clang::Token token; in ExtractTokens() local
|
/llvm-project/mlir/lib/ExecutionEngine/SparseTensor/ |
H A D | File.cpp | 103 static inline void toLower(char *token) { in toLower()
|
/llvm-project/lldb/test/API/functionalities/step_scripted/ |
H A D | TestStepScripted.py | 120 def run_step(self, stop_others_value, run_mode, token): argument
|
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/ |
H A D | SparseGPUCodegen.cpp | 147 Value token) { in genAllocMemRef() argument 172 Value size, Value token) { in genAllocBuffer() argument 180 Value token) { in genAllocBuffer() argument 186 Value token) { in genDeallocMemRef() argument 193 genCopyMemRef(OpBuilder & builder,Location loc,Value dst,Value src,Value token) genCopyMemRef() argument 519 genSpMat(OpBuilder & builder,Location loc,SparseTensorType & aTp,Type handleTp,Type tokenTp,Value token,Value sz1,Value sz2,Value nseA,Value rowA,Value colA,Value valA,CuSparseFormat format,bool enableRT) genSpMat() argument 603 Value token = genFirstWait(rewriter, loc); rewriteSpMV() local 701 Value token = genFirstWait(rewriter, loc); rewriteSpMM() local 806 Value token = genFirstWait(rewriter, loc); rewriteSpGEMM() local 979 Value token = genFirstWait(rewriter, loc); rewrite2To4SpMM() local 1096 Value token = genFirstWait(rewriter, loc); rewriteSDDMM() local [all...] |
/llvm-project/mlir/lib/AsmParser/ |
H A D | AttributeParser.cpp | 617 auto tokenLoc = token.getLoc(); in getIntAttrElements() local 660 const Token &token = signAndToken.second; getFloatAttrElements() local 909 Token token = p.getToken(); parseFloatElement() local 1234 Token token = getToken(); parseDistinctAttr() local [all...] |
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionSourceCode.cpp | 282 Token token; in TokenVerifier() local 400 llvm::StringRef expansion) -> bool { in GetText()
|