HomeSort by relevance Sort by last modified time
    Searched refs:ReturnValue (Results 76 - 100 of 121) sorted by null

1 2 34 5

  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
RecursiveASTVisitor.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
RecursiveASTVisitor.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
RecursiveASTVisitor.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
RecursiveASTVisitor.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
RecursiveASTVisitor.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
RecursiveASTVisitor.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
RecursiveASTVisitor.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
RecursiveASTVisitor.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
RecursiveASTVisitor.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
RecursiveASTVisitor.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
RecursiveASTVisitor.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
RecursiveASTVisitor.h     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
InputHandler.c     [all...]
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h     [all...]
  /external/v8/include/
v8-util.h 191 * Get value stored in map and set it in returnValue.
195 ReturnValue<Value> returnValue) {
196 return SetReturnValueFromVal(&returnValue, Traits::Get(&impl_, key));
262 bool SetReturnValue(ReturnValue<T> returnValue) {
263 return SetReturnValueFromVal(&returnValue, value_);
348 static bool SetReturnValueFromVal(ReturnValue<Value>* returnValue,
352 returnValue->SetInternal
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
String.py 147 ReturnValue = []
151 ReturnValue.append(KeyValue)
152 ReturnValue.append(GetSplitValueList(KeyList[2]))
154 return ReturnValue
  /external/clang/lib/CodeGen/
CodeGenFunction.h 168 /// ReturnValue - The temporary alloca to hold the return
170 Address ReturnValue;
    [all...]
CGCall.cpp     [all...]
CGStmt.cpp     [all...]
CodeGenFunction.cpp 44 CurFn(nullptr), ReturnValue(Address::invalid()),
802 ReturnValue = Address::invalid();
814 ReturnValue = Address(&*AI, CurFnInfo->getReturnInfo().getIndirectAlign());
823 ReturnValue = Address(Addr, getNaturalTypeAlignment(RetTy));
825 ReturnValue = CreateIRTemp(RetTy, "retval");
    [all...]
  /external/v8/src/crankshaft/
hydrogen.cc     [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVOpCodeEnum.h 233 _SPIRV_OP(ReturnValue, 254)
  /external/clang/test/Parser/
MicrosoftExtensions.cpp 4 [repeatable][source_annotation_attribute( Parameter|ReturnValue )]
7 [returnvalue:SA_Post( attr=1)]
11 [returnvalue:SA_Post(attr=1)]
16 [returnvalue:SA_Post(attr=1)]
21 [returnvalue:SA_Post(attr=1)]
  /external/v8/src/
fast-accessor-assembler.cc 117 void FastAccessorAssembler::ReturnValue(ValueId value_id) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winternl.h 976 VOID NTAPI RtlUnwind (PVOID TargetFrame,PVOID TargetIp,PEXCEPTION_RECORD ExceptionRecord,PVOID ReturnValue)
    [all...]

Completed in 814 milliseconds

1 2 34 5