Searched defs:fid (Results 1 – 9 of 9) sorted by relevance
/llvm-project/compiler-rt/test/xray/TestCases/Posix/ |
H A D | patching-unpatching.cpp | 17 void test_handler(int32_t fid, XRayEntryType type) { in test_handler() argument
|
H A D | coverage-sample.cpp | 18 [[clang::xray_never_instrument]] void coverage_handler(int32_t fid, in coverage_handler() argument
|
H A D | logging-modes.cpp | 15 [[clang::xray_never_instrument]] void printing_handler(int32_t fid, in printing_handler()
|
/llvm-project/clang/lib/Lex/ |
H A D | PreprocessorLexer.cpp | 24 : PP(pp), FID(fid) { in PreprocessorLexer() argument
|
/llvm-project/clang/include/clang/Edit/ |
H A D | FileOffset.h | 24 FileOffset(FileID fid, unsigned offs) : FID(fid), Offs(offs) {} in FileOffset()
|
/llvm-project/clang/unittests/Frontend/ |
H A D | TextDiagnosticTest.cpp | 61 clang::FileID fid = TEST() local
|
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/ |
H A D | SparseTensorCodegen.cpp | 1428 __anonfc1b03f50a02(FieldIndex fid, SparseTensorFieldKind fKind, Level lvl, LevelType lt) matchAndRewrite() argument
|
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/ |
H A D | SparseTensorDialect.cpp | 1318 __anon92b2d4e20d02(FieldIndex fid, SparseTensorFieldKind fKind, Level lvl, LevelType lt) verifyPackUnPack() argument
|
/llvm-project/clang/tools/libclang/ |
H A D | CIndex.cpp | 4909 FileID fid = SM.translateFile(*cxfile::getFileEntryRef(file)); clang_getFileContents() local
|