Home
last modified time | relevance | path

Searched defs:fid (Results 1 – 9 of 9) sorted by relevance

/llvm-project/compiler-rt/test/xray/TestCases/Posix/
H A Dpatching-unpatching.cpp17 void test_handler(int32_t fid, XRayEntryType type) { in test_handler() argument
H A Dcoverage-sample.cpp18 [[clang::xray_never_instrument]] void coverage_handler(int32_t fid, in coverage_handler() argument
H A Dlogging-modes.cpp15 [[clang::xray_never_instrument]] void printing_handler(int32_t fid, in printing_handler()
/llvm-project/clang/lib/Lex/
H A DPreprocessorLexer.cpp24 : PP(pp), FID(fid) { in PreprocessorLexer() argument
/llvm-project/clang/include/clang/Edit/
H A DFileOffset.h24 FileOffset(FileID fid, unsigned offs) : FID(fid), Offs(offs) {} in FileOffset()
/llvm-project/clang/unittests/Frontend/
H A DTextDiagnosticTest.cpp61 clang::FileID fid = TEST() local
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseTensorCodegen.cpp1428 __anonfc1b03f50a02(FieldIndex fid, SparseTensorFieldKind fKind, Level lvl, LevelType lt) matchAndRewrite() argument
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/
H A DSparseTensorDialect.cpp1318 __anon92b2d4e20d02(FieldIndex fid, SparseTensorFieldKind fKind, Level lvl, LevelType lt) verifyPackUnPack() argument
/llvm-project/clang/tools/libclang/
H A DCIndex.cpp4909 FileID fid = SM.translateFile(*cxfile::getFileEntryRef(file)); clang_getFileContents() local