Home
last modified time | relevance | path

Searched defs:API (Results 1 – 24 of 24) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A Ddoc.md.in97 #### Initialization
110 #### Cleanup
116 #### Setting Values
127 ### Arithmetic Functions
144 ### Comparison Functions
156 ### Modular Operations
165 ### Conversion of Values
176 ### Other Functions
/llvm-project-15.0.7/clang/docs/
H A DSafeStack.rst134 ``__has_feature(safe_stack)``
147 ``__attribute__((no_sanitize("safe-stack")))``
162 ``__builtin___get_unsafe_stack_ptr()``
168 ``__builtin___get_unsafe_stack_bottom()``
174 ``__builtin___get_unsafe_stack_top()``
180 ``__builtin___get_unsafe_stack_start()``
H A DShadowCallStack.rst156 ``__has_feature(shadow_call_stack)``
171 ``__attribute__((no_sanitize("shadow-call-stack")))``
H A DLibASTImporter.rst85 API chapter
/llvm-project-15.0.7/clang/include/clang/ExtractAPI/Serialization/
H A DSerializerBase.h55 : API(API), ProductName(ProductName), Options(Options) {} in API() argument
H A DSymbolGraphSerializer.h172 : APISerializer(API, ProductName, Options) {} in APISerializer() argument
/llvm-project-15.0.7/mlir/docs/
H A DCAPI.md186 ### Extensions for Dialect Attributes and Types
198 ### Extensions for Interfaces
/llvm-project-15.0.7/llvm/lib/Support/BLAKE3/
H A DREADME.md90 # API chapter
/llvm-project-15.0.7/lldb/docs/design/
H A Doverview.rst13 API chapter
/llvm-project-15.0.7/mlir/docs/Bindings/
H A DPython.md245 ### Context Management
365 ### Inspecting IR Objects
601 ### Creating IR Objects
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.cpp49 APInt API = APF.bitcastToAPInt(); in printImpl() local
H A DNVPTXAsmPrinter.cpp1751 APInt API = APF.bitcastToAPInt(); in printFPConstant() local
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DStatisticTest.cpp70 TEST(StatisticTest, API) { in TEST() argument
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DLLDBLog.h19 API = Log::ChannelFlag<0>, enumerator
/llvm-project-15.0.7/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp236 ExtractAPIVisitor(ASTContext &Context, LocationFileChecker &LCF, APISet &API) in ExtractAPIVisitor()
776 APISet &API; member in __anon4a2c2dcf0111::ExtractAPIVisitor
783 std::unique_ptr<LocationFileChecker> LCF, APISet &API) in ExtractAPIConsumer()
798 MacroCallback(const SourceManager &SM, LocationFileChecker &LCF, APISet &API, in MacroCallback()
868 APISet &API; member in __anon4a2c2dcf0111::MacroCallback
/llvm-project-15.0.7/compiler-rt/lib/xray/tests/unit/
H A Dbuffer_queue_test.cpp28 TEST(BufferQueueTest, API) { in TEST() argument
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DAsyncRuntime.cpp460 #define API __declspec(dllexport) macro
462 #define API __attribute__((visibility("default"))) macro
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp225 APInt API = APF.bitcastToAPInt(); in addConstantFP() local
H A DAsmPrinter.cpp3066 APInt API = APF.bitcastToAPInt(); in emitGlobalConstantFP() local
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPInt.h190 APInt API = getAllOnes(numBits); in getSignedMaxValue() local
/llvm-project-15.0.7/llvm/lib/Support/
H A DAPFloat.cpp3682 IEEEFloat::IEEEFloat(const fltSemantics &Sem, const APInt &API) { in IEEEFloat()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp268 APInt API = APInt::getAllOnes(Size); in SoftenFloatRes_FABS() local
/llvm-project-15.0.7/llvm/lib/IR/
H A DAsmWriter.cpp1401 APInt API = APF.bitcastToAPInt(); in WriteConstantInternal() local
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h5718 enum class AtomicArgumentOrder { API, AST }; enumerator