HomeSort by relevance Sort by last modified time
    Searched defs:Function2 (Results 1 - 7 of 7) sorted by null

  /external/clang/test/Analysis/
global-region-invalidation.c 106 void Function2(void);
117 Function2();
119 void Function2(void) {
  /external/clang/test/Misc/
integer-literal-printing.cpp 8 template <unsigned short T> void Function2(Type2<T>& x) {} // expected-note{{candidate function [with T = 42] not viable: expects an l-value for 1st argument}}
69 Function2(Type2<42>()); // expected-error{{no matching function for call to 'Function2'}}
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Library/IntelQNCLib/
PciExpress.c 132 @param[in] Function2 Function number of the downstream device
144 IN UINT8 Function2
160 Offset = PcieFindExtendedCapId (Bus2, Device2, Function2, 2);
164 QNCMmPci8AndThenOr (0, Bus2, Device2, Function2, (Offset + PCIE_SLOT_CAP_OFFSET), ~0xF, 1);
178 @param[in] Function2 Function number of the downstream device
191 IN UINT8 Function2,
209 Offset = PcieFindExtendedCapId (Bus2, Device2, Function2, 2);
213 QNCMmPci8 (0, Bus2, Device2, Function2, (Offset + PCIE_SLOT_CAP_OFFSET)) = (UINT8)(1 << TCx);
242 UINT8 Function2;
270 for (Function2 = 0; Function2 < 8; Function2++) {
    [all...]
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITCAPITest.cpp 244 Function2 = LLVMAddFunction(
246 LLVMSetFunctionCallConv(Function2, LLVMCCallConv);
248 LLVMBasicBlockRef Entry = LLVMAppendBasicBlock(Function2, "entry");
252 LLVMValueRef Arg = LLVMGetParam(Function2, 0);
326 LLVMValueRef Function2;
443 reinterpret_cast<uintptr_t>(LLVMGetPointerToGlobal(Engine, Function2)));
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/MCJIT/
MCJITCAPITest.cpp 245 Function2 = LLVMAddFunction(
247 LLVMSetFunctionCallConv(Function2, LLVMCCallConv);
249 LLVMBasicBlockRef Entry = LLVMAppendBasicBlock(Function2, "entry");
253 LLVMValueRef Arg = LLVMGetParam(Function2, 0);
327 LLVMValueRef Function2;
444 reinterpret_cast<uintptr_t>(LLVMGetPointerToGlobal(Engine, Function2)));
  /external/clang/lib/AST/
ASTImporter.cpp 672 const FunctionType *Function2 = cast<FunctionType>(T2);
674 Function2->getReturnType()))
676 if (Function1->getExtInfo() != Function2->getExtInfo())
    [all...]
  /external/kotlinc/lib/
kotlin-stdlib.jar 

Completed in 358 milliseconds