Home
last modified time | relevance | path

Searched defs:System (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang/test/Modules/Inputs/warning-mismatch/
H A DSystem.h2 struct System { int i; }; argument
/llvm-project/mlir/docs/
H A DLangRef.md664 ### Type Aliases
688 ### Dialect Types
738 ### Builtin Types
/llvm-project/clang/include/clang/Basic/
H A DSyncScope.h182 System = 5, enumerator
228 System = 0, enumerator
/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h57 System = 1 enumerator
/llvm-project/clang/include/clang/Lex/
H A DHeaderSearchOptions.h42 System, global() enumerator
/llvm-project/clang-tools-extra/clangd/tool/
H A DCheck.cpp299 std::chrono::nanoseconds UserBegin, UserEnd, System; checkTidyTimes() local
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h126 System, // --attribute=system enumerator
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dconst-correctness-values.cpp714 struct System : public Actuator, public Sensor { global() struct